mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-04-29 21:43:41 +00:00
update build-source.md (#162)
This commit is contained in:
parent
f3573db2c2
commit
14c7d1f493
@ -23,8 +23,9 @@ import TabItem from '@theme/TabItem';
|
|||||||
<TabItem value="debian" label="Debian and Ubuntu">
|
<TabItem value="debian" label="Debian and Ubuntu">
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo apt-get install build-essential git libpq5
|
sudo apt-get install build-essential git libpq5 jq
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
|
source "$HOME/.cargo/env"
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
@ -113,4 +114,4 @@ make test
|
|||||||
|
|
||||||
:::tip Congratulations!
|
:::tip Congratulations!
|
||||||
You have successfully built the `nwaku` binary from the source code. Have a look at the [Node Configuration Examples](/guides/nwaku/configure-nwaku) guide to learn how to configure `nwaku` for different use cases.
|
You have successfully built the `nwaku` binary from the source code. Have a look at the [Node Configuration Examples](/guides/nwaku/configure-nwaku) guide to learn how to configure `nwaku` for different use cases.
|
||||||
:::
|
:::
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user