about summary refs log tree commit diff stats
path: root/arc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-02-03 00:54:50 -0800
committerKartik K. Agaram <vc@akkartik.com>2018-02-03 00:54:50 -0800
commit6086465de72dc1b194a8b3b465fe72788a1d6a7c (patch)
tree8ee883543060bf71140b4d2a8191039b329e3afd /arc
parent63082cae7f016150aa43cba6ca00122d8c60eadd (diff)
downloadmu-6086465de72dc1b194a8b3b465fe72788a1d6a7c.tar.gz
4203
Diffstat (limited to 'arc')
-rw-r--r--arc/Readme.md7
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
   ```