Files
atom/docs/build-instructions/os-x.md
James Somers 6e34562d94 Update os-x.md
With the original URL, git would throw this error:

```
fatal: unable to access 'https://github.com/atom/atom/': The requested URL returned error: 500
```
2014-05-29 22:05:00 -04:00

392 B

OS X

Requirements

  • OS X 10.8 or later
  • node.js v0.10.x
  • Command Line Tools for Xcode (run xcode-select --install to install)

Instructions

git clone https://github.com/atom/atom.git
cd atom
script/build # Creates application at /Applications/Atom.app

Troubleshooting