Browse Source

Update gitea version in install-from-binary docs (#4670)

for-closed-social
SagePtr 6 years ago
committed by techknowlogick
parent
commit
3ad5399a31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/content/doc/installation/from-binary.en-us.md

+ 1
- 1
docs/content/doc/installation/from-binary.en-us.md View File

@ -21,7 +21,7 @@ the destination platform from the [downloads page](https://dl.gitea.io/gitea), c
the URL and replace the URL within the commands below:
```sh
wget -O gitea https://dl.gitea.io/gitea/1.4.3/gitea-1.4.3-linux-amd64
wget -O gitea https://dl.gitea.io/gitea/1.5.0/gitea-1.5.0-linux-amd64
chmod +x gitea
```

Loading…
Cancel
Save