From 0c86adc8285a9af730023b091bf38ee3c6e70982 Mon Sep 17 00:00:00 2001 From: "mechul.eth" <87673113+mechul-eth@users.noreply.github.com> Date: Sat, 10 Feb 2024 03:29:08 +0300 Subject: [PATCH] update build-source.md (#162) --- docs/guides/nwaku/build-source.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +:::