Skip to content

Commit

Permalink
docs: Update example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
banahaker committed Mar 31, 2024
1 parent 613f37f commit a891895
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Then just add the executable file to PATH

## Install Pre-build file with script
```bash
wget https://github.com/Update-Install/CLI/releases/download/v0.2.0/ui-cli_0.2.0_linux_amd64.tar.gz
tar -xvf ui-cli_0.2.0_linux_amd64.tar.gz
wget https://github.com/Update-Install/CLI/releases/download/v0.3.0/ui-cli_0.3.0_linux_amd64.tar.gz
tar -xvf ui-cli_0.3.0_linux_amd64.tar.gz
sudo cp ui /usr/local/bin
```

# Example
## Ubuntu
This is example is tested on Ubuntu 23.10
This is example had been tested on Ubuntu 23.10

**Step 1.** Add the link to config using `ui config` command

Expand Down

0 comments on commit a891895

Please sign in to comment.