We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61bf3c commit f65c54fCopy full SHA for f65c54f
1 file changed
README.md
@@ -30,8 +30,8 @@ Then just add the executable file to PATH
30
31
## Install Pre-build file with script
32
```bash
33
-wget https://github.com/Update-Install/CLI/releases/download/v0.3.0/ui-cli_0.3.0_linux_amd64.tar.gz
34
-tar -xvf ui-cli_0.3.0_linux_amd64.tar.gz
+wget https://github.com/Update-Install/CLI/releases/download/v0.4.0/ui-cli_0.4.0_linux_amd64.tar.gz
+tar -xvf ui-cli_0.4.0_linux_amd64.tar.gz
35
sudo cp ui /usr/local/bin
36
```
37
0 commit comments