Skip to content

Commit

Permalink
Installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Jul 22, 2024
1 parent 683490a commit e43c2e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Ari stands for **A**rray **R**elational **I**nteractive programming environment.

Ari is a set of extensions to the [Goal] programming language, also providing an extensible CLI with dedicated SQL mode.

## Installation

Clone this repository and then run the following:

```shell
go install ./cmd/ari
```

Then run `ari` for a REPL or `ari --help` to see CLI options.

## Features

- [Goal] is the core language
Expand Down

0 comments on commit e43c2e5

Please sign in to comment.