From 6c378957e95a38305cf9c837a5a45d5912da5882 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Tue, 1 Mar 2016 04:12:10 +0000 Subject: [PATCH] Remove duplicate `install` in Quickstart --- docs/quickstart/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index 8129eb57..219c0714 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -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 install nodejs-legacy python-pip python-dev libpq-dev build-essential libssl-dev libffi-dev nginx git supervisor npm postgresql + $ sudo apt-get install nodejs-legacy python-pip python-dev libpq-dev build-essential libssl-dev libffi-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).