Skip to content

Commit dcbe07e

Browse files
authored
add rust to development environment docs (#8937)
1 parent 1aa3925 commit dcbe07e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/content/en/docs/contributing/development-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: 'Installing a development environment for different operating syste
1212
Ubuntu 22.04/20.04
1313

1414
```bash
15-
sudo apt-get update && sudo apt-get --no-install-recommends install -y build-essential curl git redis-server python3-dev python3-pip python3-venv python3-tk libldap2-dev libsasl2-dev
15+
sudo apt-get update && sudo apt-get --no-install-recommends install -y build-essential curl git redis-server python3-dev python3-pip python3-venv python3-tk libldap2-dev libsasl2-dev cargo
1616
```
1717

1818
```bash
@@ -25,7 +25,7 @@ description: 'Installing a development environment for different operating syste
2525
MacOS 10.15
2626

2727
```bash
28-
brew install git python pyenv redis curl openssl node sqlite3 geos
28+
brew install git python pyenv redis curl openssl node sqlite3 geos rust
2929
```
3030

3131
Arch Linux
@@ -38,7 +38,7 @@ description: 'Installing a development environment for different operating syste
3838

3939
```bash
4040
# Install the required dependencies:
41-
sudo pacman -S base-devel curl git redis cmake gcc python python-pip tk libldap libsasl pkgconf ffmpeg geos openldap
41+
sudo pacman -S base-devel curl git redis cmake gcc python python-pip tk libldap libsasl pkgconf ffmpeg geos openldap rust
4242
```
4343

4444
```bash

0 commit comments

Comments
 (0)