X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scheme.forth.jl.git;a=blobdiff_plain;f=README.md;h=7551d57cf7083846762c6068c603c56ac582b707;hp=62f932b1c5461d85e2c24bad5452817b17f90201;hb=06e491ba288523234b7ee2d310e966e6377bf873;hpb=cad27d3e4fdb70234a450244349f9234f48a924b 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: