We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6b8d0 commit 1c6e36cCopy full SHA for 1c6e36c
README.md
@@ -9,7 +9,7 @@ However, those new APIs are complex and not easy to use with curl. So, I made th
9
# Download
10
11
```bash
12
-$ curl -sL -o suc https://github.com/pyar6329/slack-upload-cli/releases/download/1.0.0/suc-$(uname -s)-$(uname -m)
+$ curl -sL -o suc https://github.com/pyar6329/slack-upload-cli/releases/download/1.0.1/suc-$(uname -s)-$(uname -m)
13
$ chmod +x suc
14
$ ./suc --help
15
```
0 commit comments