From e5f6332dd5425b7d9bf23ac4c1647743191f0760 Mon Sep 17 00:00:00 2001 From: Tao Sauvage Date: Mon, 18 Apr 2016 20:28:45 +0200 Subject: [PATCH] [readme] Update install section. --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 34a379f..bfa47cc 100644 --- a/README.rst +++ b/README.rst @@ -22,11 +22,9 @@ python project (actively supported version 2.7 and 3.3+). Installation ============ -HTTP Request Translator can be installed from the ``setup.py`` python script: - -1. ``$ git clone https://github.com/owtf/http-request-translator -b dev`` +1. ``$ git clone https://github.com/owtf/http-request-translator`` 2. ``$ cd ./http-request-translator/`` -3. ``$ ./setup.py install`` +3. ``$ make install`` *Note*: The last step might require root privileges.