summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-08 00:29:50 +0800
committerUnknwon <u@gogs.io>2015-08-08 00:29:50 +0800
commit492d2dc112178f1917cd49a71d5a8ac3d7c2e384 (patch)
tree5eea69537edf3aa56ddf689a76c24d52a312a61c
parentb1f08d3218cd83ae854fbfe98a39b6d2f0fa47e3 (diff)
downloadgitea-492d2dc112178f1917cd49a71d5a8ac3d7c2e384.tar.gz
gitea-492d2dc112178f1917cd49a71d5a8ac3d7c2e384.zip
fix #1367
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3f7a47a2fb..baec308714 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,10 @@ There are 5 ways to install Gogs:
- [Ship with Docker](https://github.com/gogits/gogs/tree/master/docker)
- [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)
+### Screencasts
+
+- [Instalando Gogs no Ubuntu](https://www.youtube.com/watch?v=DFNifgEHOzk)(Português)
+
## Acknowledgments
- Router and middleware mechanism of [Macaron](https://github.com/Unknwon/macaron).