Update build-source.md

This commit is contained in:
mechul.eth 2024-02-07 19:02:21 +03:00 committed by GitHub
parent 412a1c8c33
commit c79ff3d428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,9 @@ import TabItem from '@theme/TabItem';
```shell
sudo apt-get install build-essential git libpq5
sudo apt-get install jq
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
```
</TabItem>
@ -113,4 +115,4 @@ make test
:::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.
:::
:::