Skip to content

Commit 7ccaf1e

Browse files
committed
Tweak mac Atom install instructions to reference extracting the .zip
1 parent 5c355da commit 7ccaf1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sites/en/installfest/_install_atom_for_mac.step

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ step "Download Atom" do
1010
message "Download the [Atom installer](https://atom.io/download/mac)."
1111
end
1212

13-
step 'Save the file to your desktop, if prompted, or go to the Downloads folder' do
14-
message "Auto-saved, without a prompt, to downloads should be the default."
13+
step 'Find the downloaded file in Finder' do
14+
message "If you weren't asked where to save it, it's probably in the Downloads folder."
1515
end
1616

17-
step "Drag Atom into your Applications folder." do
18-
message "From your save location (default is Downloads). Drag Atom into your Applications folder."
17+
step "Extract Atom and move it to your Applications folder." do
18+
message "Double click the Atom `.zip` file to extract it. Drag Atom into your Applications folder."
1919

20-
img src: 'img/install_atom_mac.gif', alt: 'Contents of the downloaded file'
20+
img src: 'img/install_atom_mac.gif', alt: 'Animation of extracting the Atom zip file and moving the contents to the Applications folder'
2121
end

0 commit comments

Comments
 (0)