Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenEverson authored Feb 12, 2024
1 parent 6b4dcac commit 1202ac5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ cd /home/user/unda
cargo build --release
./target/release/unda
```
or run any of the example programs with
```bash
cd /home/user/unda
cargo run --release --example {example_name}
```
Once changes are made, please make a new branch and submit a PR :)

### Running tests
Expand Down

0 comments on commit 1202ac5

Please sign in to comment.