From e036449c729c30f623ed3f404ddf8dee5433ecde Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 28 Jan 2017 19:58:32 -0800 Subject: [PATCH] README: move Apt / PPA instructions to after source builds and pip These aren't tested as thoroughly. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 026d747..73a1950 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,6 @@ You can also find support via our IRC channels: `#PyLink @ irc.overdrivenetworks ## Installation -### Installing via Debian APT repository (stable branch only) - -[The Utopia Repository](https://packages.overdrivenetworks.com/) hosts `.deb` packages for PyLink. For Debian Jessie (stable) and Stretch/sid (testing), the `pylink` package and its dependencies are available in the `main` section. See https://packages.overdrivenetworks.com/#instructions for setup instructions. - -Upon installing `pylink`, example configurations and docs will be in `/usr/share/doc/pylink/examples` and `/usr/share/doc/pylink/docs` respectively. You can also install a local copy of the [PyLink API reference](https://pylink.github.io/), which is provided by the `pylink-doc` package. - -### Installing via Ubuntu PPA (stable branch only) - -Ubuntu packages for PyLink are available from the [PyLink PPA](https://launchpad.net/~tacocat/+archive/ubuntu/pylink) for Ubuntu 14.04 LTS (trusty) and above. Like with the Debian installation, example configurations and docs will be in `/usr/share/doc/pylink/examples` and `/usr/share/doc/pylink/docs` respectively. - ### Installing from source First, make sure the following dependencies are met: @@ -65,6 +55,16 @@ First, make sure the following dependencies are met: 3) Download or copy https://github.com/GLolol/PyLink/blob/master/example-conf.yml for an example configuration. +### Installing via Debian APT repository (stable branch only) + +[The Utopia Repository](https://packages.overdrivenetworks.com/) hosts `.deb` packages for PyLink. For Debian Jessie (stable) and Stretch/sid (testing), the `pylink` package and its dependencies are available in the `main` section. See https://packages.overdrivenetworks.com/#instructions for setup instructions. + +Upon installing `pylink`, example configurations and docs will be in `/usr/share/doc/pylink/examples` and `/usr/share/doc/pylink/docs` respectively. You can also install a local copy of the [PyLink API reference](https://pylink.github.io/), which is provided by the `pylink-doc` package. + +### Installing via Ubuntu PPA (stable branch only) + +Ubuntu packages for PyLink are available from the [PyLink PPA](https://launchpad.net/~tacocat/+archive/ubuntu/pylink) for Ubuntu 14.04 LTS (trusty) and above. Like with the Debian installation, example configurations and docs will be in `/usr/share/doc/pylink/examples` and `/usr/share/doc/pylink/docs` respectively. + ## Configuration 1) Rename `example-conf.yml` to `pylink.yml` (or a similarly named `.yml` file) and configure your instance there. Note that the configuration format isn't finalized yet - this means that your configuration may break in an update!