From 1a12a181964bbdafb3c0fa0395578837ac3bbe3e Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Thu, 6 Oct 2011 22:20:21 -0300 Subject: [PATCH] added git to dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ecb04a0..b73c0305 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Here are some instructions for setting up regluit for development on an Ubuntu system. If you are on OS X see notes below to install python-setuptools in step 1: -1. `aptitude install python-setuptools` +1. `aptitude install python-setuptools git` 1. `sudo easy_install virtualenv virtualenvwrapper` 1. `git clone git@github.com:Gluejar/regluit.git` 1. `cd regluit`