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 531f232 commit 39de098Copy full SHA for 39de098
core/install-sdk.sh
@@ -12,7 +12,7 @@ if [ -z "$PLATFORM" ]; then
12
export PLATFORM=$(uname -m)
13
fi
14
15
-cargo install --path=./startos --no-default-features --features=js_engine,sdk,cli --locked
+cargo install --path=./startos --no-default-features --features=js-engine,sdk,cli --locked
16
startbox_loc=$(which startbox)
17
ln -sf $startbox_loc $(dirname $startbox_loc)/start-cli
18
ln -sf $startbox_loc $(dirname $startbox_loc)/start-sdk
0 commit comments