Skip to content

Commit

Permalink
Docs: linkify URLs in development-environment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjshull committed May 13, 2016
1 parent 067db14 commit d767084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-guide/development-environment.md
Expand Up @@ -4,13 +4,13 @@ ESLint has a very lightweight development environment that makes updating code f

## Step 1: Install Node.js

Go to [http://nodejs.org/] to download and install the latest stable version for your operating system.
Go to <http://nodejs.org/> to download and install the latest stable version for your operating system.

Most of the installers come with [npm](http://npmjs.org/) already installed, but if for some reason it doesn't work on your system, you can install it manually using the instructions on the website.

## Step 2: Fork and checkout your own ESLint repository

Go to [https://github.com/eslint/eslint] and click the "Fork" button. Follow the [GitHub documentation](https://help.github.com/articles/fork-a-repo) for forking and cloning.
Go to <https://github.com/eslint/eslint> and click the "Fork" button. Follow the [GitHub documentation](https://help.github.com/articles/fork-a-repo) for forking and cloning.

Once you've cloned the repository, run `npm install` to get all the necessary dependencies:

Expand Down

0 comments on commit d767084

Please sign in to comment.