Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 committed Oct 11, 2024
1 parent cde04db commit a2fd783
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## Contributing Guide

work in progress
- Test

```
make test
```

- Lint

```
make lint
```

### Platform-Specific Build Commands

- Windows

```
make windows-amd
```

- MacOS

```
make linux-amd
```

```
make darwin-arm
```

- Linux

```
make linux-arm
```

0 comments on commit a2fd783

Please sign in to comment.