Skip to content

Commit 04a347e

Browse files
committed
Fix libchdb install
1 parent 91d4ea5 commit 04a347e

File tree

3 files changed

+2
-53
lines changed

3 files changed

+2
-53
lines changed

lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
npm install
55

66
# install dependencies
7-
./update_libchdb.sh
7+
curl -sL https://lib.chdb.io | bash
88

99
# build the dynamic library
1010
node-gyp build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"install": "npm run libchdb && npm run build",
1212
"test": "mocha",
13-
"libchdb": "./update_libchdb.sh",
13+
"libchdb": "curl -sL https://lib.chdb.io | bash",
1414
"fixloaderpath": "./fix_loader_path.sh",
1515
"build": "node-gyp configure build --verbose && npm run fixloaderpath"
1616
},

update_libchdb.sh

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)