mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 10:41:25 -08:00
go run option
This commit is contained in:
parent
2f8ffdc8b9
commit
ea52ff9647
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ Requires Golang >= version specified in [go.mod](go.mod). Does not auto update.
|
|||
```sh
|
||||
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 run github.com/slackhq/nebula/cmd/nebula@v1.9.6 # Or run directly, no env path setup needed
|
||||
```
|
||||
|
||||
## Technical Overview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue