summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-07 02:13:06 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-07 02:13:06 +0400
commitc9090da5bd98c418f71f9110c6c3d82f2f7d37ee (patch)
tree56063e527aeab5d70c5493a76195e42f88f228eb
parent0b7e537949508583674bd222db5c21509200ec5e (diff)
README updated
-rw-r--r--README.md17
1 files changed, 14 insertions, 3 deletions
diff --git a/README.md b/README.md
index c9d2c13..aadbfdc 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,18 @@
-# gorth - go forth
-Simple [forth](https://www.forth.com/forth) compiler implementation written in go.
+# ash
+A Simple stack based programming language inspired by [forth](https://www.forth.com/forth) and posix shell syntax.
## Building
``` bash
-go build -o gorth ./src
+make
```
+## Installing
+``` bash
+make install
+```
+
+## Dependencies
+* [nasm](https://www.nasm.us/)
+* ld
+
+## OS
+ash only supports linux.