From 06e491ba288523234b7ee2d310e966e6377bf873 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Mon, 1 Jul 2019 16:18:46 +0200 Subject: [PATCH] Updated forth.jl installation instructions. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62f932b..7551d57 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,12 @@ C to forth, but also includes: Running the interpreter ----------------------- -To run this Scheme interpreter, first open Julia (**version >=0.6**) from the src -directory contained in this repository. If you've not done so already, install -forth.jl using the following command: +To run this Scheme interpreter, first open Julia (forth.jl requires +**version >=1.0**) from the src directory contained in this +repository. If you've not done so already, install forth.jl using the +Julia package manager (accessed using the `]` key): - julia> Pkg.clone("https://github.com/tgvaughan/forth.jl") + (v1.0) pkg> add https://github.com/tgvaughan/forth.jl Then, import and run the Forth system: -- 2.20.1