mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-15 15:20:44 -08:00
docs: build from source with golang
This commit is contained in:
parent
4bea299265
commit
2f8ffdc8b9
1 changed files with 8 additions and 0 deletions
|
|
@ -62,6 +62,14 @@ Check the [releases](https://github.com/slackhq/nebula/releases/latest) page for
|
|||
- [iOS](https://apps.apple.com/us/app/mobile-nebula/id1509587936?itsct=apps_box&itscg=30200)
|
||||
- [Android](https://play.google.com/store/apps/details?id=net.defined.mobile_nebula&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1)
|
||||
|
||||
#### Build from source
|
||||
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
|
||||
```
|
||||
|
||||
## Technical Overview
|
||||
|
||||
Nebula is a mutually authenticated peer-to-peer software-defined network based on the [Noise Protocol Framework](https://noiseprotocol.org/).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue