From ece1e705b001025fa7bd42337e45e2f32ad01f8d Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Mon, 20 Aug 2018 17:52:18 -0600 Subject: [PATCH] Fix typos in merge. --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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