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.
2 parents bf7b0d7 + c08edbe commit a1c2499Copy full SHA for a1c2499
1 file changed
README.md
@@ -19,7 +19,7 @@ If anything goes wrong, you can rerun the command to resume upload from where it
19
# jq
20
sudo apt install jq -y
21
22
-curl -sSLo ~/tusc curl https://github.com/adhocore/tusc.sh/releases/latest/download/tusc
+curl -sSLo ~/tusc https://github.com/adhocore/tusc.sh/releases/latest/download/tusc
23
# for global binary
24
chmod +x ~/tusc && sudo ln -s ~/tusc /usr/local/bin/tusc
25
# OR, for user binary
0 commit comments