diff --git a/README.md b/README.md index ea2f7a08f..33cb64698 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ What it sets up * Postgres gem for talking to Postgres from Ruby * Qt for headless JavaScript testing via Capybara Webkit * Rails gem for writing web applications +* Redis for storing key-value data * Ruby stable for writing general-purpose code * RVM for managing versions of the Ruby programming language * SSH public key for authenticating with Github and Heroku diff --git a/mac b/mac index 352be7e2c..c00c4deea 100755 --- a/mac +++ b/mac @@ -35,6 +35,9 @@ echo "Installing Postgres, a good open source relational database ..." successfully brew install postgres --no-python successfully initdb /usr/local/var/postgres -E utf8 +echo "Installing Redis, a good key-value database ..." + successfully brew install redis + echo "Installing ack, for searching the contents of files ..." successfully brew install ack