X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=forth.jl.git;a=blobdiff_plain;f=README.md;h=09c124f6067350c41d2f8aae7a4c5198001bbc6e;hp=a6e0645b2a34c19dcd6b0b5fa86dc14107186679;hb=9f54a8570974a780f4f6c53f37b7f3ec00b3b25f;hpb=8723639e0adb6b6a008403937fc3b2fef26c16c1 diff --git a/README.md b/README.md index a6e0645..09c124f 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ high-level grounding, but that will have to wait for another time. ## Installation forth.jl is not (and probably will never be) a registered julia package. To -install it, you will therefore need to use the following command: +install it, you will therefore need to use the following command from 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 -Currently, forth.jl **requires** Julia 0.6. (Incompatabilities exist between -0.6 and previous versions of julia, particularly the handling of [world age](https://github.com/JuliaLang/julia/pull/17057).) +Be aware that **forth.jl requires Julia 1.0**. ## Usage