Skip to content

Commit

Permalink
Merge pull request #105 from ValorZard/add-run--doc
Browse files Browse the repository at this point in the history
Added minor documentation on how to run the repl
  • Loading branch information
jeaye authored Oct 10, 2024
2 parents e50b813 + b7016d2 commit 0723ef0
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 0723ef0

Please sign in to comment.