Skip to content

Commit 12ce79d

Browse files
committed
deprecate the old installer
1 parent db9475a commit 12ce79d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
set -e
44

5+
echo "⚠️ This install.sh script is deprecated and will be removed in a future release."
6+
echo " Please use the Node.js installer instead:"
7+
echo " npm install -g sqlx-ts"
8+
echo ""
9+
510
help() {
611
cat <<'EOF'
712
Install a binary release of a Rust crate hosted on GitHub

0 commit comments

Comments
 (0)