From 86288f60653733818fb4276cc3d1f0259795d6a2 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Wed, 30 Dec 2020 19:41:21 +0900 Subject: [PATCH] update readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a807c7c..6ecae12 100644 --- a/README.md +++ b/README.md @@ -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