From ba35a6ad27d9c74a1d8aa38dc0c8f4ab2a26d664 Mon Sep 17 00:00:00 2001 From: sagie gur ari Date: Fri, 17 Jan 2020 13:44:42 +0000 Subject: [PATCH] docs --- README.md | 2 ++ docs/_includes/content.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index f0c48ae..10fbd5e 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ duck ./examples/hello_world.ds We will understand more and breakdown this down in the following sections. +*Running the duck command without any arguments will open up the repl mode.* + ### Commands Commands are the basis of everything in duckscript.
diff --git a/docs/_includes/content.md b/docs/_includes/content.md index 5bdfa9d..7dabbea 100755 --- a/docs/_includes/content.md +++ b/docs/_includes/content.md @@ -54,6 +54,8 @@ duck ./examples/hello_world.ds We will understand more and breakdown this down in the following sections. +*Running the duck command without any arguments will open up the repl mode.* + ### Commands Commands are the basis of everything in duckscript.