1 Commits
Author SHA1 Message Date
khairul169 4861e1bbb1 chore: update readme 2024-08-19 02:38:01 +07:00
+1 -1
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
```