add screencast to docs
This commit is contained in:
parent
fbc6ee7443
commit
0457140be4
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Installs [Gitea](https://gitea.io) (formerly gogs) as a systemd service
|
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:
|
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
|
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:
|
Or manually install by reading these instructions and following along:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue