go run option

This commit is contained in:
Gabriel Meola 2025-09-04 12:02:30 -06:00 committed by GitHub
parent 2f8ffdc8b9
commit ea52ff9647
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,6 +68,8 @@ Requires Golang >= version specified in [go.mod](go.mod). Does not auto update.
```sh ```sh
go install github.com/slackhq/nebula/cmd/...@latest # Installs pre-release version go install github.com/slackhq/nebula/cmd/...@latest # Installs pre-release version
go install github.com/slackhq/nebula/cmd/...@v1.9.6 # Installs a specific version tag go install github.com/slackhq/nebula/cmd/...@v1.9.6 # Installs a specific version tag
go run github.com/slackhq/nebula/cmd/nebula@v1.9.6 # Or run directly, no env path setup needed
``` ```
## Technical Overview ## Technical Overview