chore: update readme

This commit is contained in:
Khairul Hidayat 2024-08-19 02:38:01 +07:00
parent 93b301186a
commit 4861e1bbb1

View File

@ -55,7 +55,7 @@ services:
Get the latest binary from the [release page](https://github.com/khairul169/garage-webui/releases/latest) according to your OS architecture. For example:
```sh
$ wget -O garage-webui https://github.com/khairul169/garage-webui/releases/download/1.0.1/garage-webui-v1.0.1-linux-amd64
$ wget -O garage-webui https://github.com/khairul169/garage-webui/releases/download/1.0.2/garage-webui-v1.0.2-linux-amd64
$ chmod +x garage-webui
$ sudo cp garage-webui /usr/local/bin
```