aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2e9c6037..95be9d85 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,13 @@ The Tomo compiler can be compiled with either GCC or Clang by running `make`.
## Usage
+Run Tomo interactively as a REPL (limited functionality):
+
+```bash
+tomo
+# Starts a REPL session
+```
+
Run a Tomo file directly:
```bash