Update README to include Go installation instructions

This commit is contained in:
2025-08-16 19:34:15 -05:00
parent 767110f3d0
commit c507e9125b

View File

@@ -24,6 +24,13 @@ make build
make run
```
### Using Go
```bash
go install github.com/Sudo-Ivan/reticulum-go/cmd/reticulum-go@latest
```
## Linter
[Revive](https://github.com/mgechev/revive)