Skip to content

Commit 74aedfa

Browse files
committed
point people at anarki stable instead of arc 3.1
http://arclanguage.org/item?id=19283
1 parent d6a229e commit 74aedfa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Readme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Sources for the arc community site at http://arclanguage.github.io.
22

3-
The arc 3.1 reference at ref/ is generated from _ref/ using the generate.sh
4-
script.
3+
The arc 3.1 reference at ref/ is generated from _ref/ using the
4+
_ref/generate.sh script.

index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ title: Arc Programming Language
66
<div class='row'>
77
<div class='col-md-6'>
88
<div style='text-align:center'>
9-
<h2><a href='http://arclanguage.org'>Arc 3.1</a></h2>
10-
<p><i>A lisp dialect for sketching out programs</i></p>
9+
<h2><a href='http://arclanguage.org'>Anarki Stable</a></h2>
10+
<p><i>Minor changes and bugfixes to Arc 3.1</i></p>
1111
</div>
1212
<ul>
1313
<li>Try it in your browser at <a href='http://tryarc.org'>tryarc.org</a>.</li>
1414
<li>Work through the official <a href='http://ycombinator.com/arc/tut.txt'>tutorial</a>.</li>
1515
<li>Read the <a href='/ref/'>detailed documentation</a>.</li>
1616
<li>Future versions may make incompatible changes.</li>
1717
</ul>
18-
To install, first install <a href='http://racket-lang.org'>racket</a>,
19-
download <a href='http://ycombinator.com/arc/arc3.1.tar'>arc 3.1</a>,
20-
and then:
18+
To install, first install <a href='http://git-scm.com'>git</a> and <a
19+
href='http://racket-lang.org'>racket</a>, and then:
2120
<pre style='margin:0 auto; padding:5px; width:80%; text-align:left'>
22-
<span style='color:grey'>$</span> tar xf arc3.1.tar
23-
<span style='color:grey'>$</span> cd arc3.1
24-
<span style='color:grey'>$</span> racket -f as.scm
21+
<span style='color:grey'>$</span> git clone <a href='http://github.com/arclanguage/anarki'>http://github.com/arclanguage/anarki</a>
22+
<span style='color:grey'>$</span> git checkout stable
23+
<span style='color:grey'>$</span> cd anarki
24+
<span style='color:grey'>$</span> ./arc.sh
2525
<span style='color:grey'>arc&gt;</span> (quit)
2626
<span style='color:grey'>$</span></pre>
2727
<div style='font-size:small'>(<a href='http://arclanguage.org/install'>Official and outdated instructions.</a>)</div>

0 commit comments

Comments
 (0)