From 6e34562d9493e14b5dbf26635a8d1c18f0cc30bb Mon Sep 17 00:00:00 2001 From: James Somers Date: Thu, 29 May 2014 22:05:00 -0400 Subject: [PATCH] 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 ``` --- docs/build-instructions/os-x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-instructions/os-x.md b/docs/build-instructions/os-x.md index 26a32ca68..250c9bece 100644 --- a/docs/build-instructions/os-x.md +++ b/docs/build-instructions/os-x.md @@ -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 ```