From 8232bba3481f9de2ae1a133e0c4d5fad47864ede Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Thu, 28 Jun 2018 18:41:39 +0000 Subject: [PATCH] Update with easier install docs. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ba54d2..008ecb8 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,7 @@ Installs [Gitea](https://gitea.io) (formerly gogs) as a systemd service You can download and run the installer script: -```bash -wget -O install-gitea.bash https://git.coolaj86.com/coolaj86/gitea-installer.sh/raw/master/install.bash -bash install-gitea.bash -``` +`curl -fsSL https://git.coolaj86.com/coolaj86/gitea-installer.sh/raw/branch/master/install.bash | bash` ## Install Manually