From a48403dd223c8188011d4948b1eaf7a5a6d4ddb1 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 14 May 2014 15:32:27 -0400 Subject: [PATCH] updated faq --- docs/help/help.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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