Skip to content

Commit 5199237

Browse files
committed
No need to install unit-test.arc
1 parent ab111c8 commit 5199237

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@ title: Arc Programming Language
4242
<li>Commit privileges freely given to anyone who asks.</li>
4343
<li>A gateway to <a href='https://sites.google.com/site/arclanguagewiki'>more arcane forks</a>.</li>
4444
</ul>
45-
To install, first install <a href='http://git-scm.com'>git</a>, <a href='http://mercurial.selenic.com'>mercurial</a> and <a href='http://racket-lang.org'>racket (v6.11 or greater)</a>, and then:
45+
To install, first install <a href='http://git-scm.com'>git</a> and <a href='http://racket-lang.org'>racket (v6.11 or greater)</a>, and then:
4646
<pre style='margin:0 auto; text-align:left'>
4747
<span style='color:grey'>$</span> raco pkg install sha
4848
<span style='color:grey'>$</span> git clone <a href='http://github.com/arclanguage/anarki'>http://github.com/arclanguage/anarki</a>
4949
<span style='color:grey'>$</span> cd anarki
50-
<span style='color:grey'>$</span> hg clone <a href='https://bitbucket.org/zck/unit-test.arc'>https://bitbucket.org/zck/unit-test.arc</a>
51-
<span style='color:grey'>$</span> cd unit-test.arc; hg update v1.0; cd ..
5250
<span style='color:grey'>$</span> ./arc.sh
5351
<span style='color:grey'>arc&gt;</span> (help do) <span style='color:blue'>; online help</span>
5452
[mac] (do . args)

0 commit comments

Comments
 (0)