diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-26 06:10:53 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-26 06:10:53 +0200 |
commit | 1646009724406cd36975f1d25cdb8cfb3a6f7832 (patch) | |
tree | 4b48036c12632974a06a424eb805ea232070544c /doc/update/upgrader.md | |
parent | b5cc8136127326b953663abda962985d111fa250 (diff) | |
download | gitlab-ce-1646009724406cd36975f1d25cdb8cfb3a6f7832.tar.gz |
Add pkg-config as required dependency for rugged
Diffstat (limited to 'doc/update/upgrader.md')
-rw-r--r-- | doc/update/upgrader.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md index 966430c2c01..e8379fcc318 100644 --- a/doc/update/upgrader.md +++ b/doc/update/upgrader.md @@ -21,7 +21,7 @@ If you have local changes to your GitLab repository the script will stash them a ## 2. Run GitLab upgrade tool -Note: GitLab 7.2 adds cmake as dependency. Please check the dependencies in the [installation guide.](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#1-packages-dependencies) +Note: GitLab 7.2 adds `pkg-config` and `cmake` as dependency. Please check the dependencies in the [installation guide.](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#1-packages-dependencies) # Starting with GitLab version 7.0 upgrader script has been moved to bin directory cd /home/git/gitlab |