Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
-Only one installation process for all rpm based distributions 
-Included distributions Linux Mint and openSUSE
  • Loading branch information
marceloatie authored Aug 18, 2017
1 parent 44f3cf7 commit ce2a7ac
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The `.zip` version will not automatically update.

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

### Debian Linux (Ubuntu)
### Debian based (Debian, Ubuntu, Linux Mint)

Atom is only available for 64-bit Linux systems.

Expand All @@ -53,23 +53,12 @@ Atom is only available for 64-bit Linux systems.
The Linux version does not currently automatically update so you will need to
repeat these steps to upgrade to future releases.

### Red Hat Linux (Fedora 21 and under, CentOS, Red Hat)
### RPM based (Red Hat, openSUSE, Fedora, CentOS)

Atom is only available for 64-bit Linux systems.

1. Download `atom.x86_64.rpm` from the [Atom releases page](https://github.com/atom/atom/releases/latest).
2. Run `sudo yum localinstall atom.x86_64.rpm` on the downloaded package.
3. Launch Atom using the installed `atom` command.

The Linux version does not currently automatically update so you will need to
repeat these steps to upgrade to future releases.

### Fedora 22+

Atom is only available for 64-bit Linux systems.

1. Download `atom.x86_64.rpm` from the [Atom releases page](https://github.com/atom/atom/releases/latest).
2. Run `sudo dnf install ./atom.x86_64.rpm` on the downloaded package.
2. Run `sudo rpm -i atom.x86_64.rpm` on the downloaded package.
3. Launch Atom using the installed `atom` command.

The Linux version does not currently automatically update so you will need to
Expand Down

0 comments on commit ce2a7ac

Please sign in to comment.