Skip to content

Commit 92f5616

Browse files
committed
fix obsolete startup script name
1 parent 0f859af commit 92f5616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ title: Arc Programming Language
4545
<pre style='margin:0 auto; text-align:left'>
4646
<span style='color:grey'>$</span> git clone <a href='http://github.com/arclanguage/anarki'>http://github.com/arclanguage/anarki</a>
4747
<span style='color:grey'>$</span> cd anarki
48-
<span style='color:grey'>$</span> ./arc.sh
48+
<span style='color:grey'>$</span> ./arc
4949
<span style='color:grey'>arc&gt;</span> (help do) <span style='color:blue'># online help</span>
5050
[mac] (do . args)
5151
Evaluates each expression in sequence and returns the result

0 commit comments

Comments
 (0)