You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-6Lines changed: 36 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,24 @@ Running on platforms: linux, osx, windows, and architectures: x64, arm64.
16
16
Currently the librairy is too large to be packed into a nuget package, so you need to install it manually. Use the [update_libchdb.sh](update_libchdb.sh) script to download the library for your platform and architecture.
17
17
18
18
```bash
19
+
# download the latest version of the library - it takes a version as an optional argument
19
20
./update_libchdb.sh
21
+
# install the package to your project
20
22
dotnet add package chdb
21
23
```
22
24
25
+
Also place the library in appropriate folder, and add following to your csproj file:
0 commit comments