Skip to content

Commit

Permalink
Added minor documentation on how to run the repl
Browse files Browse the repository at this point in the history
  • Loading branch information
ValorZard committed Oct 9, 2024
1 parent e50b813 commit b7016d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compiler+runtime/doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ To make a debug build, specify the build type when configuring.
./bin/watch ./bin/test
```

# Run jank
To run jank's repl, inside of /compiler+runtime, do
```bash
./build/jank repl
```

## Packaging
There's also a script for installing jank and all its necessary dependencies.
Note that this includes a lot of header files, which are necessary for jank's
Expand Down

0 comments on commit b7016d2

Please sign in to comment.