mirror of https://github.com/status-im/go-waku.git
Update link from unofficial nixos wiki to official one
The README references the old, unofficial NixOS wiki. This PR updates the links to point to the new official NixOS wiki source, which will be more properly maintained in the future. It's very much a Fandom wiki situation.
This commit is contained in:
parent
d047df3859
commit
50b291b94e
|
@ -22,7 +22,7 @@ make
|
||||||
./build/waku --help
|
./build/waku --help
|
||||||
```
|
```
|
||||||
#### Nix
|
#### Nix
|
||||||
You can build Waku v2 node using [Nix](https://nixos.org/) [Flakes](https://nixos.wiki/wiki/Flakes):
|
You can build Waku v2 node using [Nix](https://nixos.org/) [Flakes](https://wiki.nixos.org/wiki/Flakes):
|
||||||
```sh
|
```sh
|
||||||
nix build github:waku-org/go-waku
|
nix build github:waku-org/go-waku
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue