Arc Forumnew | comments | leaders | submitlogin
2 points by slashcom 6018 days ago | link | parent

If you have macports (and you should!) you can do this:

$ macports install mzscheme

That'll get mzscheme running. Then I downloaded the latest anarki from github (http://github.com/nex3/arc/tarball/master) I untarred it and renamed it to "arc". Then I went back to my shell.

$ chmod -R root arc/ $ mv arc /usr/local/ $ ln -s /usr/local/arc/arc.sh /usr/local/bin/arc

Now from any command line, you can just run $ arc

And you'll get your arc prompt!