From e43c2e56856fd72252f3425035298d07d5f4edf8 Mon Sep 17 00:00:00 2001 From: Daniel Gregoire Date: Mon, 22 Jul 2024 07:52:49 -0400 Subject: [PATCH] Installation instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4911433..97d241f 100644 --- a/README.md +++ b/README.md @@ -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