1
0
Fork 0

Add quick README file

This commit is contained in:
Andrew Tomaka 2015-02-05 01:28:36 -05:00
parent 72a36d9084
commit 02d0c71fef
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
```
git clone git@git.atomaka.com:talks/vagrant-farmers\_market.git
cd vagrant-farmers_market
git clone https://github.com/atomaka/farmers_markets.git code
vagrant up
vagrant ssh
cd app
rackup -o 0.0.0.0
```