Skip to content

Commit

Permalink
Merge pull request #430 from alphagov/recommend-atom
Browse files Browse the repository at this point in the history
Recommend Atom over Sublime text
  • Loading branch information
Ed Horsford authored Sep 25, 2017
2 parents 6047266 + cca8a9d commit a3184cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/documentation/install/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you have admin access to your machine, you can follow this guide to install t

If you do not have admin access, ask your computer administrator to install:
* Node.js 6.x.x
* Sublime Text 3
* Atom (text editor)
* Command line tools (Mac)
* Git bash (Windows)

Expand Down Expand Up @@ -83,9 +83,9 @@ node --version

If it’s installed correctly it should show a number starting with 6.

## Sublime Text
## Atom (text editor)

You’ll need a text editor to edit and make changes to your prototype. We recommend [Sublime Text](http://www.sublimetext.com/) - instructions later on will refer to Sublime Text.
You’ll need a text editor to edit and make changes to your prototype. We recommend [Atom](https://atom.io/) - which is free and has lots of useful features.

## Command line tools (mac)

Expand Down

0 comments on commit a3184cb

Please sign in to comment.