update build-source.md (#162)

This commit is contained in:
mechul.eth 2024-02-10 03:29:08 +03:00 committed by GitHub
parent 48b42f6c02
commit 0c86adc828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

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