Ditched syntax highlighting for shell commands

This commit is contained in:
Jeremy Stretch
2016-11-30 12:07:51 -05:00
parent 135f7b16ba
commit ffdb9b5c24
6 changed files with 38 additions and 38 deletions

View File

@@ -7,19 +7,19 @@ built-in Django users in the event of a failure.
On Ubuntu:
```shell
```no-highlight
sudo apt-get install -y python-dev libldap2-dev libsasl2-dev libssl-dev
```
On CentOS:
```shell
```no-highlight
sudo yum install -y python-devel openldap-devel
```
## Install django-auth-ldap
```shell
```no-highlight
sudo pip install django-auth-ldap
```