Update DEVELOPER-ADVANCED.md
Merged installation instruction for libpq-dev into step 4.
This commit is contained in:
parent
c4fa0edde4
commit
d16f125f89
|
@ -12,8 +12,7 @@ Note: If you are developing on a Mac, you will probably want to look at [these i
|
|||
2. Install and configure Redis 2+.
|
||||
1. Run `redis-server -v` to see if you already have it.
|
||||
3. Install ImageMagick
|
||||
4. Install libxml2, g++, and make.
|
||||
5. Install libpq-dev.
|
||||
4. Install libxml2, libpq-dev, g++, and make.
|
||||
6. Install Ruby 2.1.3 and Bundler.
|
||||
7. Clone the project and bundle.
|
||||
|
||||
|
|
Loading…
Reference in New Issue