From 63627a9d08d1f6960ead356dca0d8272d70d54b0 Mon Sep 17 00:00:00 2001 From: "Md. Almas Ali" Date: Fri, 30 Jun 2023 02:38:45 +0600 Subject: [PATCH] docs: Updated docs for latest changes. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4853463..9046e5c 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,12 @@ It is currently in development state. It is not ready for use yet. But you can s ```bash git clone https://github.com/radon-project/radon.git cd radon + +# To run the repl python radon.py + +# To run a .rn file use the -s flag and pass the filename +python radon.py -s ``` ## Project Structure