summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaofo <laofo521@gmail.com>2014-04-23 16:20:53 +0800
committerlaofo <laofo521@gmail.com>2014-04-23 16:20:53 +0800
commit2a95bc1395ec0cef34c969b048c4aacac90a42ea (patch)
tree58c72046b9955d3e4d8cf3ea0eaaea8bd81b9446
parente554e49c1691df4a8229b6ec2d17a0250661698d (diff)
downloadgitea-2a95bc1395ec0cef34c969b048c4aacac90a42ea.tar.gz
gitea-2a95bc1395ec0cef34c969b048c4aacac90a42ea.zip
use the dedicated user, git, to run gogs
-rw-r--r--doc/install_gogs_from_binary_on_ubuntu.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install_gogs_from_binary_on_ubuntu.md b/doc/install_gogs_from_binary_on_ubuntu.md
index 3edbb6a4af..857d8fdbf5 100644
--- a/doc/install_gogs_from_binary_on_ubuntu.md
+++ b/doc/install_gogs_from_binary_on_ubuntu.md
@@ -1,3 +1,4 @@
+sudo adduser git
sudo apt-get update
sudo apt-get upgrade