Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix doc markdown #5111

Merged
merged 1 commit into from
Oct 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/setup/native.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ All of the OSX instructions assume `homebrew` is your [package manager](https://
- ```bash
PG_CPPFLAGS='-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H -I/usr/local/include' CFLAGS='-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H -I/usr/local/include' pex install postgis


1. Install ImageMagick
- `brew install imagemagick`
1. Install Poppler
Expand Down Expand Up @@ -159,7 +159,7 @@ All of the OSX instructions assume `homebrew` is your [package manager](https://
1. Install ImageMagick
- `sudo apt install -y imagemagick`
1. Install Poppler
- `sudo apt install -y poppler-utils
- `sudo apt install -y poppler-utils`
1. Install ClamAV
- `sudo apt install -y clamav`
1. Install pdftk
Expand Down