diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2018-02-03 00:54:50 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2018-02-03 00:54:50 -0800 |
commit | 6086465de72dc1b194a8b3b465fe72788a1d6a7c (patch) | |
tree | 8ee883543060bf71140b4d2a8191039b329e3afd | |
parent | 63082cae7f016150aa43cba6ca00122d8c60eadd (diff) | |
download | mu-6086465de72dc1b194a8b3b465fe72788a1d6a7c.tar.gz |
4203
-rw-r--r-- | arc/Readme.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arc/Readme.md b/arc/Readme.md index 4fafbcdb..f0d614a5 100644 --- a/arc/Readme.md +++ b/arc/Readme.md @@ -1,11 +1,14 @@ Original prototype, last modified 2015-03-14 -First install [Racket](http://racket-lang.org) (just for this prototype). -Then: +First install [Racket](http://racket-lang.org) (just for this prototype; +last tested with v6.3). Then: ```shell $ cd mu/arc $ git clone http://github.com/arclanguage/anarki + $ cd anarki + $ git checkout d7290130a7 # last compatible snapshot + $ cd .. $ ./mu test mu.arc.t # run tests ``` |