update build-source.md (#162)
This commit is contained in:
parent
48b42f6c02
commit
0c86adc828
|
@ -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…
Reference in New Issue