1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

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
+1 -1
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