tweak README
authorPhil Burk <philburk@mobileer.com>
Sun, 27 Nov 2022 19:28:23 +0000 (11:28 -0800)
committerGitHub <noreply@github.com>
Sun, 27 Nov 2022 19:28:23 +0000 (11:28 -0800)
README.md

index af8e5ca9632655b838e1b17b7d48a75c121cfb02..ad9bf8ad7c1967de25900b47ee19222902ef8a45 100644 (file)
--- 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.