Skip to content

Commit

Permalink
update build-source.md (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mechul-eth authored Feb 10, 2024
1 parent 48b42f6 commit 0c86adc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/guides/nwaku/build-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ import TabItem from '@theme/TabItem';
<TabItem value="debian" label="Debian and Ubuntu">

```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"
```

</TabItem>
Expand Down Expand Up @@ -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.
:::
:::

0 comments on commit 0c86adc

Please sign in to comment.