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.