Update README
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Reticulum-Go
|
||||
|
||||
[](https://git.quad4.io/Networks/Reticulum-Go/actions/workflows/revive.yml)
|
||||
[](https://git.quad4.io/Networks/Reticulum-Go/actions/workflows/go-test.yml)
|
||||
[](https://git.quad4.io/Networks/Reticulum-Go/actions/workflows/gosec.yml)
|
||||
|
||||
A high-performance Go implementation of the [Reticulum Network Stack](https://github.com/markqvist/Reticulum)
|
||||
|
||||
## Project Goals:
|
||||
@@ -130,7 +134,9 @@ The project uses [Task](https://taskfile.dev/) for all development and build ope
|
||||
| clean | Remove build artifacts |
|
||||
| test | Run all tests |
|
||||
| test-short | Run short tests only |
|
||||
| test-race | Run tests with race detector |
|
||||
| coverage | Generate test coverage report |
|
||||
| checksum | Generate SHA256 checksum for binary |
|
||||
| deps | Download and verify dependencies |
|
||||
| mod-tidy | Tidy go.mod file |
|
||||
| mod-verify | Verify dependencies |
|
||||
|
||||
Reference in New Issue
Block a user