Skip to content

Commit

Permalink
docs: add just init to contrib guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Samyak2 authored Apr 12, 2023
1 parent 5d8b50f commit 10c3f96
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10c3f96

Please sign in to comment.