From 0b3280e955a9cb9e68c09f152abbdfaad9d77c1b Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 27 Feb 2022 14:32:44 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 958ea15..54e045a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ # Installation -*clone project:* +**clone project**: ``` $ git clone https://github.com/rly0nheart/octosuite.git @@ -20,11 +20,23 @@ $ git clone https://github.com/rly0nheart/octosuite.git $ cd octosuite ``` +``` +$ sudo chmod +x octosuite +``` + + # Usage +**Linux**: ``` -$ python octosuite +$ ./octosuite ``` +**Windows**: +``` +$ python3 octosuite +``` + + # Note * Requirement(s) [requests] will be installed on first run * Enter *help* command to show usage