Skip to content

Commit

Permalink
Make guide more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
manuzhang committed Dec 4, 2023
1 parent 27f125f commit a213807
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,23 +110,9 @@ cargo 1.69.0 (6e9a83356 2023-04-12)

## Build

### Compile

```shell
make build
```

### Lint

```shell
make check
```

### Test

```shell
make test
```
* To compile the project: `make build`
* To check code styles: `make check`
* To run tests: `make test`

## Code of Conduct

Expand Down

0 comments on commit a213807

Please sign in to comment.