summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-02-20 16:21:11 -0800
committerMarin Jankovski <maxlazio@gmail.com>2015-02-20 16:21:11 -0800
commit0a1a52da5c792517c18fad3f6f1fd408aac3cd71 (patch)
tree768b9ad9299a2188193ef7c3a2a2c3dfbf29e505
parent2cfb90bb6eececd4693661df1311c16e51686b05 (diff)
downloadgitlab-shell-0a1a52da5c792517c18fad3f6f1fd408aac3cd71.tar.gz
Add a comment about gitlab-shell.
-rw-r--r--config.yml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
index 4a8df5f..5425c64 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -50,4 +50,6 @@ audit_usernames: false
# Enable git-annex support
# git-annex allows managing files with git, without checking the file contents into git
# See https://git-annex.branchable.com/ for documentation
+# If enabled, git-annex needs to be installed on the server where gitlab-shell is setup
+# For Debian and Ubuntu systems this can be done with: sudo apt-get install git-annex
git_annex_enabled: false