diff --git a/docs/guides/nwaku/build-source.md b/docs/guides/nwaku/build-source.md index 940512f..9dff155 100644 --- a/docs/guides/nwaku/build-source.md +++ b/docs/guides/nwaku/build-source.md @@ -23,8 +23,9 @@ import TabItem from '@theme/TabItem'; ```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 +source "$HOME/.cargo/env" ``` @@ -113,4 +114,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. -::: \ No newline at end of file +:::