Skip to content

Commit 5c355da

Browse files
committed
Remove message about 32 vs 64 bit systems for Linux Atom install
1 parent b060598 commit 5c355da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sites/en/installfest/linux.step

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,10 @@ end
8080
step "Atom" do
8181
message <<-MARKDOWN
8282

83-
If you don't have a preferred code editor, you can install Atom. It's available for 32-bit and 64-bit machines.
83+
If you don't have a preferred code editor, you can install Atom.
8484

8585
Checkout this section of the [Atom manual](http://flight-manual.atom.io/getting-started/sections/installing-atom/#platform-linux) for the latest instructions.
8686
MARKDOWN
87-
88-
tip "How many bits?" do
89-
message %q{If you're not sure, you're probably 32-bit. Run `uname -i` and see. "x86" in the filename means 32-bit, and "x86_64" means 64-bit.}
90-
end
9187
end
9288

9389
next_step "configure_git"

0 commit comments

Comments
 (0)