Skip to content

Commit

Permalink
Update contributing.md
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Honduvilla Coto <[email protected]>
  • Loading branch information
javierhonduco authored Jul 23, 2024
1 parent 63209b5 commit 34fb677
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ $ cargo test
$ nix run .#vmtest
```

### Running `lightswitch`

```
$ cargo build && sudo target/debug/lightswitch
```

### Sending contributions

We welcome contributions of any kind! Please add as much context as possible so we can help you with the issue you are experiencing. It might be useful to read the [design goals](). If your contribution is in the form of code, please add all the relevant context in the commit message as well as in the pull request covering the following
Expand Down

0 comments on commit 34fb677

Please sign in to comment.