From 0457140be4e60da0da2de826198e8b084b52d7e3 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 8 Aug 2018 01:02:04 +0000 Subject: [PATCH] add screencast to docs --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b1c03d..7f1a072 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Installs [Gitea](https://gitea.io) (formerly gogs) as a systemd service -## Linux Install Script +# Easy Install (Linux) You can download and run the installer script: @@ -11,6 +11,13 @@ wget -O install-gitea.bash https://git.coolaj86.com/coolaj86/gitea-installer.sh/ bash install-gitea.bash ``` +# Screencast + +how to install Gitea + +# Manual Install + + Or manually install by reading these instructions and following along: ```bash