diff --git a/docs/help/help.rst b/docs/help/help.rst index 16036fdde3..5bb75b5af9 100644 --- a/docs/help/help.rst +++ b/docs/help/help.rst @@ -69,7 +69,12 @@ To do this on Ubuntu: # add-apt-repository ppa:chris-lea/node.js # apt-get update && apt-get dist-upgrade -y - # apt-cache policy nodejs // should show a version higher than 0.8 + +If successful, running the following command should show a version higher than 0.8 + +.. code:: bash + + # apt-cache policy nodejs Submit Bugs on our Issue Tracker