diff options
-rw-r--r-- | config.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example index 5425c64..1173ad0 100644 --- a/config.yml.example +++ b/config.yml.example @@ -52,4 +52,5 @@ audit_usernames: false # 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 +# For CentOS: sudo yum install epel-release && sudo yum install git-annex git_annex_enabled: false |