From 972cc6d27c1aac232694e898f86fa47a411c1762 Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Sun, 27 Nov 2022 11:28:23 -0800 Subject: [PATCH] tweak README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af8e5ca..ad9bf8a 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,9 @@ To run the all-in-one pForth enter: ./pforth_standalone -OR to run using the dictionary file enter: +OR, to run using the dictionary file, enter: - pforth + ./pforth Quick check of Forth: @@ -133,8 +133,10 @@ On Unix and MacOS using Makefile: cd platforms/unix make test -Using CMake +Using CMake: + cmake . + make cd fth ./pforth include tester.fth @@ -149,7 +151,7 @@ To run the other tests, enter: They will report the number of tests that pass or fail. -You can also test pForth kernel without loading a dictionary. +You can also test pForth kernel without loading a dictionary using option "-i". Only the primitive words defined in C will be available. This might be necessary if the dictionary can't be built. -- 2.30.2