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
+17-5Lines changed: 17 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ Usage:
10
10
Options:
11
11
-h, --help Display this message
12
12
-f, --force Force overwriting an existing binary
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
-
--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)
13
+
--os OS Your current OS, it's used to determine the type of binary to be installed (one of macos or win32 or linux)
14
+
--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
15
--tag TAG Tag (version) of the crate to install (default <latest release>)
16
-
--to LOCATION Where to install the binary (default ~/.cargo/bin)
16
+
--to LOCATION Where to install the binary (default to ~/.cargo/bin)
0 commit comments