Skip to content

Commit 62c5d67

Browse files
committed
docs: update installation instruction
1 parent 12e6ad2 commit 62c5d67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ If anything goes wrong, you can rerun the command to resume upload from where it
1919
# jq
2020
sudo apt install jq -y
2121

22-
curl -sSLo ~/tusc https://raw.githubusercontent.com/adhocore/tusc.sh/master/tusc.sh
22+
curl -sSLo ~/tusc curl https://github.com/adhocore/tusc.sh/releases/latest/download/tusc
23+
# for global binary
2324
chmod +x ~/tusc && sudo ln -s ~/tusc /usr/local/bin/tusc
25+
# OR, for user binary
26+
chmod +x ~/tusc && mv ~/tusc ~/.local/bin/tusc
2427
```
2528

2629
### System Requirements

0 commit comments

Comments
 (0)