Skip to content

Commit

Permalink
Better describe how to start anarki.
Browse files Browse the repository at this point in the history
  • Loading branch information
zck authored Jul 22, 2022
1 parent 1b19172 commit 1bd0fe8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@ privileges, just submit your first pull request or ask on [**Arc Language Forum*

### Installation

First [install **Racket** (v7.7 or later)](http://racket-lang.org), then
First [install **Racket** (v7.7 or later)](http://racket-lang.org), then in a terminal, run:

$ raco pkg install sha
$ git clone http://github.com/arclanguage/anarki
$ cd anarki
$ ./arc.sh # start the interactive repl

You can start the interactive repl with:

$ ./arc.sh

Or start news (and the repl) with:

$ cd apps/news
$ ./run-news # or start News (also with the repl)
$ ./run-news

### Tutorial

Expand Down

0 comments on commit 1bd0fe8

Please sign in to comment.