Reword foreman instructions without 'cd'

This commit is contained in:
☈king 2013-02-08 00:29:02 -06:00 committed by rkingpa@sharpsaw.org
parent 9d20a96613
commit b33fa0ab69
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# Run this with:
# gem install foreman && cd spec && foreman start
# gem install foreman && foreman start -f spec/Procfile
pryhere: sh -c '(cd ..; rake pry)'