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: scripts/install.sh
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Options:
12
12
-f, --force Force overwriting an existing binary
13
13
--os OS Your current OS, it's used to determine the type of binary to be installed (one of darwin or win32 or linux)
14
14
--cpu CPU Your current CPU architecture, it's used to determine the type of binary to be installed (one of x32 or x64 or arm64)
15
-
--artifact ARTIFACT Specific artifact to install. Please find the artifact name from https://github.com/JasonShin/sqlx-ts/releases (e.g. sqlx_ts_v0.1.0_x86_64-apple-darwin.zip)
15
+
--artifact ARTIFACT Specific artifact to install. Please find the artifact name from https://github.com/JasonShin/sqlx-ts/releases (e.g. sqlx-ts-v0.26.0-macos-arm.zip)
16
16
--tag TAG Tag (version) of the crate to install (default <latest release>)
17
17
--to LOCATION Where to install the binary (default to the current directory)
18
18
EOF
@@ -150,22 +150,22 @@ say_err "Installing to: $dest"
0 commit comments