diff options
| author | Marin Jankovski <maxlazio@gmail.com> | 2015-02-20 16:39:00 -0800 |
|---|---|---|
| committer | Marin Jankovski <maxlazio@gmail.com> | 2015-02-20 16:39:00 -0800 |
| commit | e780ba06da1c7f2ec475b26ccff9a947b0074fcd (patch) | |
| tree | 5a3f2b601fb1361f9eae4243c9d39951e04e04f3 | |
| parent | 0a1a52da5c792517c18fad3f6f1fd408aac3cd71 (diff) | |
| download | gitlab-shell-e780ba06da1c7f2ec475b26ccff9a947b0074fcd.tar.gz | |
Add note about centos for git-annex.
| -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 |
