Skip to content

Commit 86690b3

Browse files
authored
Merge pull request atom#16421 from atom/dw-linux-instructions
Update Linux installation instructions in README.md
2 parents 84f6203 + 1d4f516 commit 86690b3

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,11 @@ The `.zip` version will not automatically update.
4242

4343
Using [Chocolatey](https://chocolatey.org)? Run `cinst Atom` to install the latest version of Atom.
4444

45-
### Debian based (Debian, Ubuntu, Linux Mint)
45+
### Linux
4646

4747
Atom is only available for 64-bit Linux systems.
4848

49-
1. Download `atom-amd64.deb` from the [Atom releases page](https://github.com/atom/atom/releases/latest).
50-
2. Run `sudo dpkg --install atom-amd64.deb` on the downloaded package.
51-
3. Launch Atom using the installed `atom` command.
52-
53-
The Linux version does not currently automatically update so you will need to
54-
repeat these steps to upgrade to future releases.
55-
56-
### RPM based (Red Hat, openSUSE, Fedora, CentOS)
57-
58-
Atom is only available for 64-bit Linux systems.
59-
60-
1. Download `atom.x86_64.rpm` from the [Atom releases page](https://github.com/atom/atom/releases/latest).
61-
2. Run `sudo rpm -i atom.x86_64.rpm` on the downloaded package.
62-
3. Launch Atom using the installed `atom` command.
63-
64-
The Linux version does not currently automatically update so you will need to
65-
repeat these steps to upgrade to future releases.
49+
Configure your distribution's package manager to install and update Atom by following the [Linux installation instructions](http://flight-manual.atom.io/getting-started/sections/installing-atom/#platform-linux) in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way.
6650

6751
### Archive extraction
6852

0 commit comments

Comments
 (0)