From 7e51915f54c38ba9e949d7dfb682a9a38dd7fc5a Mon Sep 17 00:00:00 2001 From: Julien Enselme Date: Sat, 7 Mar 2015 16:34:44 +0100 Subject: [PATCH] Add fedora in the prebuilt-package section of docs/docs/install.rst. --- docs/docs/install.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/docs/install.rst b/docs/docs/install.rst index d00f756..45b571b 100644 --- a/docs/docs/install.rst +++ b/docs/docs/install.rst @@ -1,10 +1,10 @@ Installation ============ -Isso is a web application written in Python. If pip and virtualenv mean -anything to you, continue with :ref:`install-from-pypi`. If you are running -Debian/Ubuntu or Gentoo, you can use :ref:`prebuilt-package`. If not, read the -next section carefully. +Isso is a web application written in Python. If pip and virtualenv mean anything +to you, continue with :ref:`install-from-pypi`. If you are running +Debian/Ubuntu, Gentoo, Archlinux or Fedora, you can use +:ref:`prebuilt-package`. If not, read the next section carefully. .. contents:: :local: @@ -146,6 +146,9 @@ Prebuilt Packages * Arch Linux: https://aur.archlinux.org/packages/isso/ – install with `yaourt isso`. +* Fedora: https://copr.fedoraproject.org/coprs/jujens/isso/ — copr + repository. Built from Pypi, includes a systemctl unit script. + * Docker Image: https://registry.hub.docker.com/u/bl4n/isso/ Install from Source