From 5b6c78783ec37860d7710c0ff70b8874ef6e1108 Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Wed, 4 Aug 2021 00:03:49 +0800 Subject: [PATCH] update README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 92dbe27..2e47f04 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,6 @@ Or use this in linux/macOS/Unix ## How to Use? -Input this command to use interactive interpreter mode: - -> ./nasal - Input this command to run scripts directly: > ./nasal filename @@ -56,7 +52,7 @@ Use these commands to get version of interpreter: > ./nasal -v | --version -Use these commands to get help: +Use these commands to get help(see more debug commands in help): > ./nasal -h | --help