diff --git a/README.md b/README.md index 8e8b41f..00433fe 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,17 @@ Installs [Gitea](https://gitea.io) (formerly Gogs) as a systemd service # Easy Install (Linux) -a screencast of me installing gitea and migrating one of my github repos - -# Linux Install Script - You can download and run the installer script using this command: `curl -fsSL https://git.coolaj86.com/coolaj86/gitea-installer.sh/raw/branch/master/install.bash | bash` -You can pick a specific version to install. For example, if you were nostalgic for 1.2.0, you could run: - -`curl -fsSL https://git.coolaj86.com/coolaj86/gitea-installer.sh/raw/branch/master/install.bash | bash -s version 1.2.0` +a screencast of me installing gitea and migrating one of my github repos -# Screencast +## Specific Versions -how to install Gitea +You can pick a specific version to install. For example, if you were nostalgic for 1.2.0, you could run: +`curl -fsSL https://git.coolaj86.com/coolaj86/gitea-installer.sh/raw/branch/master/install.bash | bash -s version 1.2.0` # After Installing