Add which utility as pre-req for fedora build guidance (#230)

Add which utility as pre-req for fedora build guidance
This commit is contained in:
NagyZoltanPeter 2025-01-30 14:35:27 +01:00 committed by GitHub
parent 0313cf287a
commit 3f0010159d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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