setup/doc/postgis.md

12 lines
211 B
Markdown
Raw Permalink Normal View History

# Postgis Setup
* update Debian's package index
```
sudo apt update
```
* install Postgis package from Debian's APT repository
```
sudo apt install postgis postgresql-15-postgis-3 --no-install-recommends
```