This commit is contained in:
Thomas Miceli
2024-12-16 01:46:26 +01:00
parent f6bf09d5c2
commit 4c5a7bda63
7 changed files with 20 additions and 10 deletions

View File

@ -76,9 +76,9 @@ Download the archive for your system from the release page [here](https://github
```shell
# example for linux amd64
wget https://github.com/thomiceli/opengist/releases/download/v1.8.3/opengist1.8.3-linux-amd64.tar.gz
wget https://github.com/thomiceli/opengist/releases/download/v1.8.4/opengist1.8.4-linux-amd64.tar.gz
tar xzvf opengist1.8.3-linux-amd64.tar.gz
tar xzvf opengist1.8.4-linux-amd64.tar.gz
cd opengist
chmod +x opengist
./opengist # with or without `--config config.yml`