1
0
هذا الالتزام موجود في:
Thomas Miceli
2026-01-27 22:28:06 +07:00
الأصل b48103c06a
التزام 6bd8df6a74
10 ملفات معدلة مع 41 إضافات و18 حذوفات

عرض الملف

@@ -4,9 +4,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.11.1/opengist1.11.1-linux-amd64.tar.gz
wget https://github.com/thomiceli/opengist/releases/download/v1.12.0/opengist1.12.0-linux-amd64.tar.gz
tar xzvf opengist1.11.1-linux-amd64.tar.gz
tar xzvf opengist1.12.0-linux-amd64.tar.gz
cd opengist
chmod +x opengist
./opengist # with or without `--config config.yml`

عرض الملف

@@ -2,15 +2,15 @@
Requirements:
* [Git](https://git-scm.com/downloads) (2.28+)
* [Go](https://go.dev/doc/install) (1.23+)
* [Node.js](https://nodejs.org/en/download/) (16+)
* [Go](https://go.dev/doc/install) (1.25+)
* [Node.js](https://nodejs.org/en/download/) (20+)
* [Make](https://linux.die.net/man/1/make) (optional, but easier)
```shell
git clone https://github.com/thomiceli/opengist
cd opengist
git checkout v1.11.1 # optional, to checkout the latest release
git checkout v1.12.0 # optional, to checkout the latest release
make
./opengist