mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-04 14:03:35 +01:00
fix(README.md) Codacy style
This commit is contained in:
parent
2ddf24c7eb
commit
57472fb84f
17
README.md
17
README.md
@ -105,31 +105,30 @@ We use open-source technologies like [WireGuard®](https://www.wireguard.com/),
|
||||
### Legal
|
||||
[WireGuard](https://wireguard.com/) is a registered trademark of Jason A. Donenfeld.
|
||||
|
||||
|
||||
### Contribution
|
||||
|
||||
**You have a working Go environment**
|
||||
|
||||
Clone the project into your preferred path. We recommend just cloning into the GOPATH.
|
||||
|
||||
```
|
||||
```bash
|
||||
mkdir -p $GOPATH/src/github.com/netbirdio
|
||||
cd $GOPATH/src/github.com/netbirdio
|
||||
git clone git@github.com:netbirdio/netbird.git
|
||||
cd netbird
|
||||
go build ./...
|
||||
```
|
||||
**_Sidenote_**
|
||||
_`libayatana-appindicator3-dev` might be needed for developing
|
||||
the client-ui [ui](https://github.com/netbirdio/netbird/tree/main/client/ui) on debian based distros._<br>
|
||||
**Sidenote**
|
||||
*`libayatana-appindicator3-dev` might be needed for developing
|
||||
the client-ui [ui](https://github.com/netbirdio/netbird/tree/main/client/ui) on debian based distros.*<br>
|
||||
|
||||
**_Sidenote_**
|
||||
_The command won't produce a binary, but only check for working builds.
|
||||
If you want to produce a binary, you need to `cd` into the specific subproject and use `go build`._
|
||||
**Sidenote**
|
||||
*The command won't produce a binary, but only check for working builds.
|
||||
If you want to produce a binary, you need to `cd` into the specific subproject and use `go build`.*
|
||||
|
||||
**To run the tests run**
|
||||
|
||||
```
|
||||
```bash
|
||||
go test -exec sudo ./...
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user