From a128cf5eb390066215fd870ae638241e2dfb15ba Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 15 Oct 2014 16:31:25 -0700 Subject: [PATCH] Remove rpm install instructions Will add back once the first rpm release is made --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 5aa21b58a..25c61f643 100644 --- a/README.md +++ b/README.md @@ -36,17 +36,6 @@ Currently only a 64-bit version is available. 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, CentOS, Red Hat) - -Currently only a 64-bit version is available. - -1. Download `atom-amd64.rpm` from the [Atom releases page](https://github.com/atom/atom/releases/latest). -2. Run `sudo yum localinstall atom-amd64.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. - ## Building * [Linux](docs/build-instructions/linux.md)