diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-12-15 18:24:17 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-12-15 18:24:17 +0400 |
commit | 31b60d204a8673028de3a434ea6afb5ca7c7755a (patch) | |
tree | ce7cb6aa7d364fdc3c61ceb25b49ee8689994d97 | |
parent | dfa8798057f83729e54d22f7aa60aafbd69d8235 (diff) |
README updated
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,4 +2,6 @@ Simple [forth](https://www.forth.com/forth) compiler/interpreter implementation written in go. ## Building +``` bash go build -o gorth ./src +``` |