From fe8b547cc7b67c9ca7982ada55de6dc5d072037e Mon Sep 17 00:00:00 2001 From: Martin Hellspong Date: Wed, 4 Dec 2019 13:54:00 +0100 Subject: [PATCH] Fix make target in CONTRIBUTING.rst (#819) --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f0126ac9..80d86041 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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