Skip to content

Commit

Permalink
Readme paragraph indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PandelisZ committed May 22, 2017
1 parent 1a83f67 commit 4e0850d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ If you prefer to build the library yourself:

2. **Acquire build dependencies.**

Make sure you have [Node.js](http://nodejs.org/) installed on your workstation. This is only needed to _build_ Knockout from sources. Knockout itself has no dependency on Node.js once it is built (it works with any server technology or none). Now run:
Make sure you have [Node.js](http://nodejs.org/) installed on your workstation. This is only needed to _build_ Knockout from sources. Knockout itself has no dependency on Node.js once it is built (it works with any server technology or none). Now run:

```sh
npm install -g grunt-cli
npm install
```

The first `npm` command sets up the popular [Grunt](http://gruntjs.com/) build tool. You might need to run this command with `sudo` if you're on Linux or Mac OS X, or in an Administrator command prompt on Windows. The second `npm` command fetches the remaining build dependencies.
The first `npm` command sets up the popular [Grunt](http://gruntjs.com/) build tool. You might need to run this command with `sudo` if you're on Linux or Mac OS X, or in an Administrator command prompt on Windows. The second `npm` command fetches the remaining build dependencies.

3. **Run the build tool**

```sh
grunt
```
Now you'll find the built files in `build/output/`.
Now you'll find the built files in `build/output/`.

## Running the tests

Expand Down

0 comments on commit 4e0850d

Please sign in to comment.