Commit 5e0e97ec5dd963a33a6522b0095a15abf987d6e0

Authored by Jacob Vosmaer
1 parent 205107fe

Remove reference to broken auth icon functionality

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
doc/install/installation.md
... ... @@ -360,7 +360,6 @@ These steps are fairly general and you will need to figure out the exact details
360 360 * Add `gem "omniauth-your-auth-provider"` to the [Gemfile](https://github.com/gitlabhq/gitlabhq/blob/5-3-stable/Gemfile#L18)
361 361 * Run `sudo -u git -H bundle install` to install the new gem(s)
362 362 * 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)
363   -* 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)
364 363 * Restart GitLab
365 364  
366 365 ### Examples
... ...