File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
5252trickest --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
7070trickest --help
You can’t perform that action at this time.
0 commit comments