From bba9a3211962e4ed6ac944e2da3bb384b1e6a709 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 27 Sep 2016 16:07:26 -0400
Subject: [PATCH] reorganized install section of readme.

---
 README.rst | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/README.rst b/README.rst
index 2989f2b..66dd0cf 100644
--- a/README.rst
+++ b/README.rst
@@ -83,12 +83,15 @@ APEX is a next generation APRS based protocol. This repository represents the re
 
 For more information on the project please check out `the project's home page <http://apexprotocol.com/>`_.
 
-Running the app
-===============
+Installation
+============
 
 Install the application using pip:
 
-    pip install apex-radio
+    pip install apex
+
+Running the app
+===============
 
 The application is written for python 2 or 3. Once installed copy the apex.conf.example file over to apex.conf in the
 /etc directory, then edit the file and replace it with your details. Next just run the application with the following
@@ -103,13 +106,6 @@ configuration options should be added soon.
 
 This is Free software: Apache License v2
 
-Installation
-============
-
-::
-
-    pip install apex
-
 Documentation
 =============
 
-- 
GitLab