summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-07-29 11:12:44 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-07-29 11:12:44 +0200
commit5e0e97ec5dd963a33a6522b0095a15abf987d6e0 (patch)
tree29f3e27599d478c4ecc9c48af73f13ba87ad4e76 /doc/install
parent205107fea1906b5f9a1b95c482cfb515381256c1 (diff)
downloadgitlab-ce-5e0e97ec5dd963a33a6522b0095a15abf987d6e0.tar.gz
Remove reference to broken auth icon functionality
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 2cf08aafd6a..a54dcb5a37e 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -360,7 +360,6 @@ These steps are fairly general and you will need to figure out the exact details
* Add `gem "omniauth-your-auth-provider"` to the [Gemfile](https://github.com/gitlabhq/gitlabhq/blob/5-3-stable/Gemfile#L18)
* Run `sudo -u git -H bundle install` to install the new gem(s)
* Add provider specific configuration options to your `config/gitlab.yml` (you can use the [auth providers section of the example config](https://github.com/gitlabhq/gitlabhq/blob/5-3-stable/config/gitlab.yml.example#L53) as a reference)
-* Add icons for the new provider into the [vendor/assets/images/authbuttons](https://github.com/gitlabhq/gitlabhq/tree/5-3-stable/vendor/assets/images/authbuttons) directory (you can find some more popular ones over at https://github.com/intridea/authbuttons)
* Restart GitLab
### Examples