File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
site/content/en/docs/contributing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description: 'Installing a development environment for different operating syste
12
12
Ubuntu 22.04/20.04
13
13
14
14
``` 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
16
16
```
17
17
18
18
``` bash
@@ -25,7 +25,7 @@ description: 'Installing a development environment for different operating syste
25
25
MacOS 10.15
26
26
27
27
``` 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
29
29
```
30
30
31
31
Arch Linux
@@ -38,7 +38,7 @@ description: 'Installing a development environment for different operating syste
38
38
39
39
``` bash
40
40
# 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
42
42
```
43
43
44
44
``` bash
You can’t perform that action at this time.
0 commit comments