Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmindlin committed Jun 26, 2024
1 parent 0f97fdb commit 2048eed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ See [Releases](https://github.com/maxmindlin/scout-lang/releases) for up to date

# Usage

The `scout` binary ran with a filename will read and interpret a script file. Without a script will start the REPL. Run `scout --help` to see additional options.
The `scout` binary ran with a filename will read and interpret a script file. Without a script will start the REPL.

Available ENV variables:
- `SCOUT_DEBUG`: Whether or not to open the debug browser. Defaults to `false`.
- `SCOUT_PORT`: Which port to run Scout on. Defaults to `4444`.
- `SCOUT_PROXY`: An optional URL to proxy requests to. Defaults to none.

# License

Expand Down

0 comments on commit 2048eed

Please sign in to comment.