From 721a40ba82f55c1a2fcea93e0ab84219392f7c39 Mon Sep 17 00:00:00 2001 From: Zhi Cun Date: Tue, 1 Jul 2014 17:49:08 +0800 Subject: [PATCH] Add notice for ##Run your app --- docs/tutorial/quick-start.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index 5af76ad1b84d..f1481978dc7e 100644 --- a/docs/tutorial/quick-start.md +++ b/docs/tutorial/quick-start.md @@ -144,3 +144,5 @@ On Mac OS X: ```bash $ ./Atom.app/Contents/MacOS/Atom your-app/ ``` + +`Atom.app` here is in the atom-shell's release package, you can download it from [here](https://github.com/atom/atom-shell/releases).