Skip to content

Commit cf94b46

Browse files
committed
Remove libpq-dev and bundler dependency
libpq-dev is usually no longer necessary, since pg is available as native binary gems. bundler is included in modern Rubies.
1 parent 4198c82 commit cf94b46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sudo apt install ruby-pg-ldap-sync
4949
Install Ruby:
5050

5151
* on Windows: https://rubyinstaller.org
52-
* on Debian/Ubuntu: `apt-get install ruby libpq-dev`
52+
* on Debian/Ubuntu: `apt-get install ruby`
5353

5454
Install pg-ldap-sync and required dependencies:
5555
```sh
@@ -60,7 +60,6 @@ gem install pg-ldap-sync
6060
```sh
6161
git clone https://github.com/larskanis/pg-ldap-sync.git
6262
cd pg-ldap-sync
63-
gem install bundler
6463
bundle install
6564
bundle exec rake install
6665
```

0 commit comments

Comments
 (0)