Update README.md

This commit is contained in:
fsight 2021-03-03 17:13:35 +05:00 committed by GitHub
parent 074cdd28ad
commit c38f3baf82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,8 +49,8 @@ Install pg-ldap-sync and required dependencies:
```sh
git clone https://github.com/larskanis/pg-ldap-sync.git
cd pg-ldap-sync
gem install bundler
bundle install
gem install bundler:1.16.0
bundle _1.16.0_ install
bundle exec rake install
```