diff options
Diffstat (limited to 'README.md')
-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 +``` |