Skip to content

Commit 5a18202

Browse files
committed
Update README.md to v1.1.0
1 parent 3e44a21 commit 5a18202

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ Current workflow categories are:
3737

3838
```
3939
# Download the binary
40-
wget https://github.com/trickest/trickest-cli/releases/download/v1.0.4/trickest-cli-1.0.4-macOS-arm64.zip
40+
wget https://github.com/trickest/trickest-cli/releases/download/v1.1.0/trickest-cli-1.1.0-macOS-arm64.zip
4141
4242
# Unzip
43-
unzip trickest-cli-1.0.4-macOS-arm64.zip
43+
unzip trickest-cli-1.1.0-macOS-arm64.zip
4444
4545
# Make binary executable
46-
chmod +x trickest-cli-1.0.4-macOS-arm64
46+
chmod +x trickest-cli-macOS-arm64
4747
4848
# Move binary to path
49-
mv ./trickest-cli-1.0.4-macOS-arm64 /usr/local/bin/trickest
49+
mv ./trickest-cli-macOS-arm64 /usr/local/bin/trickest
5050
5151
# Test installation
5252
trickest --help
@@ -55,16 +55,16 @@ trickest --help
5555
#### **Linux**
5656

5757
```
58-
wget https://github.com/trickest/trickest-cli/releases/download/v1.0.4/trickest-cli-1.0.4-linux-amd64.zip
58+
wget https://github.com/trickest/trickest-cli/releases/download/v1.1.0/trickest-cli-1.1.0-linux-amd64.zip
5959
6060
# Unzip
61-
unzip trickest-cli-1.0.4-linux-amd64.zip
61+
unzip trickest-cli-1.1.0-linux-amd64.zip
6262
6363
# Make binary executable
64-
chmod +x trickest-cli-1.0.4-linux-amd64
64+
chmod +x trickest-cli-linux-amd64
6565
6666
# Move binary to path
67-
mv ./trickest-cli-linux-1.0.4-amd64 /usr/local/bin/trickest
67+
mv ./trickest-cli-linux-amd64 /usr/local/bin/trickest
6868
6969
# Test installation
7070
trickest --help

0 commit comments

Comments
 (0)