Browse Source

use raw url for wget

v1
AJ ONeal 7 years ago
parent
commit
cbc89e94a4
  1. 2
      README.md

2
README.md

@ -19,7 +19,7 @@ sudo wget -O /opt/gitea/gitea https://dl.gitea.io/gitea/1.0.1/gitea-1.0.1-linux-
sudo chmod +x gitea
# Download and install the gitea.service for systemd
sudo wget -O /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer/src/master/dist/etc/systemd/system/gitea.service
sudo wget -O /etc/systemd/system/gitea.service https://git.coolaj86.com/coolaj86/gitea-installer/raw/master/README.md
# Start gitea
sudo systemctl restart gitea

Loading…
Cancel
Save