mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
update readme
This commit is contained in:
parent
e60138f976
commit
86288f6065
1 changed files with 3 additions and 5 deletions
|
@ -1,12 +1,10 @@
|
|||
# PlanckForth: Bootstrapping Forth from Handwritten Executable
|
||||
|
||||
```
|
||||
$ git clone https://github.com/nineties/planckforth.git
|
||||
$ cd planckforth
|
||||
$ make
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
$ cat helloworld.fs | ./plank
|
||||
$ cat helloworld.fs | ./planck
|
||||
```
|
||||
|
||||
# Builtin Words
|
||||
|
|
Loading…
Reference in a new issue