diff options
author | Patricio Cano <patricio@gitlab.com> | 2015-02-16 09:10:07 -0800 |
---|---|---|
committer | Patricio Cano <patricio@gitlab.com> | 2015-02-16 09:10:07 -0800 |
commit | 2df8a91c8259711b3fb3d0ab3b31329aae869b96 (patch) | |
tree | 6a540efdc4968ef19f711ebdbb0d8659fb08fa17 /doc/hooks | |
parent | 87b413592499ddcf1149d9e2b580f76a13bf625c (diff) | |
download | gitlab-ce-2df8a91c8259711b3fb3d0ab3b31329aae869b96.tar.gz |
Rephrased wording in the documentation to say "installation from source" instead of "manual installation" or similar.
Diffstat (limited to 'doc/hooks')
-rw-r--r-- | doc/hooks/custom_hooks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hooks/custom_hooks.md b/doc/hooks/custom_hooks.md index 00867ead80d..f7d4f3de68b 100644 --- a/doc/hooks/custom_hooks.md +++ b/doc/hooks/custom_hooks.md @@ -24,7 +24,7 @@ set up a custom hook. 1. Pick a project that needs a custom git hook. 1. On the GitLab server, navigate to the project's repository directory. -For a manual install the path is usually +For an installation from source the path is usually `/home/git/repositories/<group>/<project>.git`. For Omnibus installs the path is usually `/var/opt/gitlab/git-data/repositories/<group>/<project>.git`. 1. Create a new directory in this location called `custom_hooks`. |