summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e996db1..4e1d722 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,6 @@
Simple [forth](https://www.forth.com/forth) compiler/interpreter implementation written in go.
## Building
+``` bash
go build -o gorth ./src
+```