Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmindlin committed Jul 10, 2024
1 parent e605135 commit 69853fa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,22 @@ Eventually Scout installation will come bundled with the necessary pre-reqs. For
- Some version of FireFox
- [Geckodriver](https://github.com/mozilla/geckodriver)

Run the installer:
The binary can then be installed one of two ways:

1. Cargo (requires Rust)

```sh
cargo install scoutlang
```

2. Run the installer (requires Python3):

```bash
curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/maxmindlin/scout-lang/main/scripts/installer.py | python3
```

Both install the Scout intepreter into your path as `scout`.

# Usage

The `scout` binary ran with a filename will read and interpret a script file. Without a script will start the REPL.
Expand Down

0 comments on commit 69853fa

Please sign in to comment.