Skip to content

Commit

Permalink
Add which utility as pre-req for fedora build guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
NagyZoltanPeter authored Jan 30, 2025
1 parent 0313cf2 commit a6eb9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/nwaku/build-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ source "$HOME/.cargo/env"
<TabItem value="fedora" label="Fedora">

```shell
sudo dnf install @development-tools git libpq-devel
sudo dnf install @development-tools git libpq-devel which
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

Expand Down

0 comments on commit a6eb9be

Please sign in to comment.