update build-source.md (#162)
This commit is contained in:
parent
48b42f6c02
commit
0c86adc828
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue