Skip to content

Commit

Permalink
Merge pull request #1664 from sa2ajj/minor-docs-fixes
Browse files Browse the repository at this point in the history
fix the formatting a bit
  • Loading branch information
Mikhail Sobolev committed May 16, 2015
2 parents 009b806 + 83e72b6 commit 32f66f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions master/docs/developer/www.rst
Expand Up @@ -700,21 +700,21 @@ Prerequisites
* Install latest release of node.js.
http://nodejs.org/ is a good start for windows and osx.
http://nodejs.org/ is a good start for windows and osx.
For linux, as node.js is evolving very fast, distros versions are often too old. For ubuntu, for example, you want to use following ppa:
For linux, as node.js is evolving very fast, distros versions are often too old. For ubuntu, for example, you want to use following ppa:
.. code-block:: none
.. code-block:: none
sudo add-apt-repository -y ppa:chris-lea/node.js
sudo add-apt-repository -y ppa:chris-lea/node.js
Please feel free to update this documentation for other distros.
Please feel free to update this documentation for other distros.
* Install gulp globally. Gulp is the build system used for coffeescript development.
.. code-block:: none
.. code-block:: none
sudo npm install -g gulp
sudo npm install -g gulp
Hacking the Buildbot JavaScript
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 32f66f7

Please sign in to comment.