Fix make target in CONTRIBUTING.rst (#819)

This commit is contained in:
Martin Hellspong 2019-12-04 13:54:00 +01:00 committed by Jakub Roztocil
parent 5aa9ed795e
commit fe8b547cc7

View File

@ -47,7 +47,7 @@ Go to https://github.com/jakubroztocil/httpie and fork the project repository.
# Install dev. requirements and also HTTPie (in editable mode
# so that the `http' command will point to your working copy):
make init
make install
Making Changes