Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Removed requirement to have a C++ compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Catera committed Jul 30, 2012
1 parent 1f5cfe6 commit aa15c53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/dev_guide/quickstart/index.rst
Expand Up @@ -9,12 +9,13 @@ Prerequisites

**System:** Unix-based system.

**Software:** C++ compiler, `Node.js (>= 0.4.0 < 0.7) <http://nodejs.org/`_, `npm (>1.0.0) <http://npmjs.org/>`_
**Software:** `Node.js (>= 0.4.0 < 0.7) <http://nodejs.org/`_, `npm (> 1.0.0) <http://npmjs.org/>`_

Installation Steps
##################

#. Get Mojito from the npm registry and globally install Mojito so that it can be run from the command line. You may need to use ``sudo`` if you run into permission errors.
#. Get Mojito from the npm registry and globally install Mojito so that it can be run from the
command line. You may need to use ``sudo`` if you run into permission errors.

``$ npm install mojito -g``

Expand Down

0 comments on commit aa15c53

Please sign in to comment.