1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

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

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)'