Explorar o código

Fixes #441: Added openssl-devel to list of dependencies

Jeremy Stretch %!s(int64=9) %!d(string=hai) anos
pai
achega
6f12297dcf
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      docs/installation/netbox.md

+ 2 - 1
docs/installation/netbox.md

@@ -10,9 +10,10 @@ NetBox requires following system dependencies:
 * libffi-dev
 * graphviz
 * libpq-dev
+* libssl-dev
 
 ```
-# sudo apt-get install -y python2.7 python-dev git python-pip libxml2-dev libxslt1-dev libffi-dev graphviz libpq-dev
+# sudo apt-get install -y python2.7 python-dev python-pip libxml2-dev libxslt1-dev libffi-dev graphviz libpq-dev libssl-dev
 ```
 
 You may opt to install NetBox either from a numbered release or by cloning the master branch of its repository on GitHub.