docs: build from source with golang

This commit is contained in:
Gabriel Meola 2025-09-04 11:58:57 -06:00 committed by GitHub
parent 4bea299265
commit 2f8ffdc8b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/).