Skip to content

Commit 0d747e0

Browse files
adekbadekjustin808
authored andcommitted
update README (#366)
1 parent 3c78fe7 commit 0d747e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ See package.json and Gemfile for versions
119119
1. Check that you're using the right version of node. Run `nvm list` to check. Use 5.5 or greater.
120120
1. Check that you have Postgres installed. Run `which postgres` to check. Use 9.4 or greater.
121121
1. Check that you have `qmake` installed. Run `which qmake` to check. If missing, follow these instructions: [Installing Qt and compiling capybara-webkit](https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit)
122+
1. Check that you have Redis installed. Run `which redis-server` to check. If missing, install with Homebrew (`brew install redis`) or follow [these instructions](https://redis.io/topics/quickstart#installing-redis
123+
).
122124
1. `bundle install`
123125
1. `brew install yarn`
124126
1. `yarn`

0 commit comments

Comments
 (0)