We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d4ea5 commit 04a347eCopy full SHA for 04a347e
lib/README.md
@@ -4,7 +4,7 @@
4
npm install
5
6
# install dependencies
7
-./update_libchdb.sh
+curl -sL https://lib.chdb.io | bash
8
9
# build the dynamic library
10
node-gyp build
package.json
@@ -10,7 +10,7 @@
"scripts": {
11
"install": "npm run libchdb && npm run build",
12
"test": "mocha",
13
- "libchdb": "./update_libchdb.sh",
+ "libchdb": "curl -sL https://lib.chdb.io | bash",
14
"fixloaderpath": "./fix_loader_path.sh",
15
"build": "node-gyp configure build --verbose && npm run fixloaderpath"
16
},
update_libchdb.sh
0 commit comments