From c79ff3d428eca0eab2e31eb1e465b0d312a4bda8 Mon Sep 17 00:00:00 2001 From: "mechul.eth" <87673113+mechul-eth@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:02:21 +0300 Subject: [PATCH] Update build-source.md --- docs/guides/nwaku/build-source.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/nwaku/build-source.md b/docs/guides/nwaku/build-source.md index 940512f..b25ec56 100644 --- a/docs/guides/nwaku/build-source.md +++ b/docs/guides/nwaku/build-source.md @@ -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" ``` @@ -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. -::: \ No newline at end of file +:::