diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index af36728c..9c7bab22 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -51,19 +51,20 @@ MediaGoblin has the following core dependencies:
- `SQLite `_/`PostgreSQL `_
- `Python Imaging Library `_ (PIL)
- `virtualenv `_
+- `nodejs `_
On a DEB-based system (e.g Debian, gNewSense, Trisquel, Ubuntu, and
derivatives) issue the following command::
sudo apt-get install git-core python python-dev python-lxml \
- python-imaging python-virtualenv
+ python-imaging python-virtualenv npm automake
On a RPM-based system (e.g. Fedora, RedHat, and derivatives) issue the
following command::
yum install python-paste-deploy python-paste-script \
git-core python python-devel python-lxml python-imaging \
- python-virtualenv
+ python-virtualenv npm automake
Configure PostgreSQL
~~~~~~~~~~~~~~~~~~~~