add screencast to docs

This commit is contained in:
AJ ONeal 2018-08-08 01:02:04 +00:00
parent fbc6ee7443
commit 0457140be4
1 changed files with 8 additions and 1 deletions

View File

@ -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
<a href="https://www.youtube.com/watch?v=dTvTBlzKqgg" target="_blank"><img src="https://i.imgur.com/9x8iCUO.png" alt="how to install Gitea" title="Gitea Screencast"/></a>
# Manual Install
Or manually install by reading these instructions and following along:
```bash