Update index.rst (#942)

Fixed typo for libsasl3-dev (was libsas13-dev).
This commit is contained in:
ClontarfX 2017-09-28 00:44:03 +08:00 committed by kevgliss
parent 54ff4cddbf
commit ea6f5c920b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ If installing Lemur on a bare Ubuntu OS you will need to grab the following pack
.. code-block:: bash
$ sudo apt-get update
$ sudo apt-get install nodejs python-pip python-dev python3-dev libpq-dev build-essential libssl-dev libffi-dev libsas12-dev libldap2-dev nginx git supervisor npm postgresql
$ sudo apt-get install nodejs python-pip python-dev python3-dev libpq-dev build-essential libssl-dev libffi-dev libsasl2-dev libldap2-dev nginx git supervisor npm postgresql
.. note:: PostgreSQL is only required if your database is going to be on the same host as the webserver. npm is needed if you're installing Lemur from the source (e.g., from git).