From d8e60480200752db90a6d1eb31fd668c014b9f88 Mon Sep 17 00:00:00 2001 From: Tattiya Sakulniwat <46751639+tattiyaS@users.noreply.github.com> Date: Wed, 6 Oct 2021 17:55:43 +0900 Subject: [PATCH] Edited the Analyze a GitHub repository command The command is inexecutable since it has some missing part. It is supposed to be python3 pycerfl.py repo-url. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dadc20d..e8fcb1a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To put it into operation you have to follow the steps below: ``` * Analyze a GitHub repository. ``` - python3 pycerfl.py repo + python3 pycerfl.py repo-url ``` * Analyze a GitHub user. ```