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
```
Esse commit está contido em:
James Somers
2014-05-29 22:05:00 -04:00
commit 6e34562d94
+1 -1
Ver Arquivo
@@ -9,7 +9,7 @@
## Instructions
```sh
git clone https://github.com/atom/atom
git clone https://github.com/atom/atom.git
cd atom
script/build # Creates application at /Applications/Atom.app
```