update build-source.md

This commit is contained in:
LordGhostX 2024-02-10 01:19:38 +01:00 committed by GitHub
parent c79ff3d428
commit dd8fa26bdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,8 +23,7 @@ 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 jq
sudo apt-get install build-essential git libpq5 jq
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
```