From 227fba6e1b47a3370f75ed7b4f5c9d114ab43b6c Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Fri, 14 Jun 2024 17:41:46 +0200 Subject: [PATCH] Update install command Reference: https://github.com/nexB/fetchcode/issues/117#issuecomment-2165440171 Reported-by: Stuck @Wassaf001 Signed-off-by: Philippe Ombredanne --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7bb19a77..df744442 100644 --- a/README.rst +++ b/README.rst @@ -26,9 +26,9 @@ Clone the repo:: git clone https://github.com/nexB/fetchcode -Then install all the requirements using:: +Then install all the requirements using this command (on POSIX):: - configure --dev + ./configure --dev Running tests