Update README

Needed to change directory for make install to work
pull/30/head
Rory Aronson 2014-11-19 17:23:14 -08:00
parent 91d2e3913e
commit b6b2f71aa2
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ cd python-glob2
wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python
sudo python setup.py install
git clone git://github.com/amperka/ino.git
cd ino
sudo make install
```