From: Tim Vaughan Date: Mon, 1 Jul 2019 14:18:46 +0000 (+0200) Subject: Updated forth.jl installation instructions. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scheme.forth.jl.git;a=commitdiff_plain;h=06e491ba288523234b7ee2d310e966e6377bf873 Updated forth.jl installation instructions. --- 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: