You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/en/installfest/linux.step
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -80,14 +80,10 @@ end
80
80
step "Atom" do
81
81
message <<-MARKDOWN
82
82
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.
84
84
85
85
Checkout this section of the [Atom manual](http://flight-manual.atom.io/getting-started/sections/installing-atom/#platform-linux) for the latest instructions.
86
86
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.}
0 commit comments