Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
zsh quote argument fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mparent61 committed Jun 8, 2015
1 parent 7b3d457 commit b63a26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
> virtualenv .
> source bin/activate
> pip install -e .
> pip install file://$(pwd)#egg=betty-cropper[dev]
> pip install "file://$(pwd)#egg=betty-cropper[dev]"

To run the tests:

Expand Down

0 comments on commit b63a26d

Please sign in to comment.