diff --git a/compiler/README.md b/compiler/README.md index 5bbe0f8..a06fd90 100644 --- a/compiler/README.md +++ b/compiler/README.md @@ -2,11 +2,20 @@ ## Contributing guide -Install [`just`](https://github.com/casey/just#installation) +### Set up + +Install [`just`](https://github.com/casey/just#installation): ```bash cargo install just ``` +Then run set up: +```bash +just init +``` + +### Testing + Run on a specific file: ```bash just run tests/examples/01_sanity.bakugo