Skip to content

Commit

Permalink
Update README with nightly instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kirstenmg committed May 24, 2024
1 parent 50faeb1 commit 491b811
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@
## How to add a test
- Add a bril file under `tests/`.
- Run `cargo insta review` to confirm the output for the new file.


## How to run local nightly
- Make sure you have the command `hyperfine` (install if not).
- Run `bash infra/localnightly.sh <bril file or directory>`

To run the nightly server for an existing nightly, run `cd nightly/output && python3 -m http.server`.

0 comments on commit 491b811

Please sign in to comment.