We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4198c82 commit cf94b46Copy full SHA for cf94b46
README.md
@@ -49,7 +49,7 @@ sudo apt install ruby-pg-ldap-sync
49
Install Ruby:
50
51
* on Windows: https://rubyinstaller.org
52
-* on Debian/Ubuntu: `apt-get install ruby libpq-dev`
+* on Debian/Ubuntu: `apt-get install ruby`
53
54
Install pg-ldap-sync and required dependencies:
55
```sh
@@ -60,7 +60,6 @@ gem install pg-ldap-sync
60
61
git clone https://github.com/larskanis/pg-ldap-sync.git
62
cd pg-ldap-sync
63
-gem install bundler
64
bundle install
65
bundle exec rake install
66
```
0 commit comments