From 70cf22320c25ca3be8742e8994b1ced6b7e95510 Mon Sep 17 00:00:00 2001
From: Nikos Skalkotos <skalkoto@grnet.gr>
Date: Mon, 6 Oct 2014 13:15:11 +0300
Subject: [PATCH] docs: Update the installation instructions

 * Add instructions for CentOS 7
 * Use curl in favor of wget on Fedora and CentOS systems.
---
 docs/install.rst | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/docs/install.rst b/docs/install.rst
index 61ceb67..3926034 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -123,7 +123,7 @@ Add the *synnefo* repository for *Fedora 20* to *yum*:
 .. code-block:: console
 
    # cd /etc/yum.repos.d
-   # wget http://download.opensuse.org/repositories/home:/GRNET:/synnefo/Fedora_20/home:GRNET:synnefo.repo
+   # curl -O http://download.opensuse.org/repositories/home:/GRNET:/synnefo/Fedora_20/home:GRNET:synnefo.repo
 
 To list the *snf-image-creator* package use the following command:
 
@@ -140,15 +140,24 @@ Install the package by issuing:
 CentOS
 ------
 
-For *CentOS 6* you can use our official packages hosted at the *synnefo*
-repository of the OpenSUSE Build Service.
+For *CentOS 6* and *CentOS 7* you can use our official packages hosted at the
+*synnefo* repository of the OpenSUSE Build Service.
 
 Add the *synnefo* repository for *CentOS 6* to the yum repositories list:
 
+For *CentOS 6*:
+
+.. code-block:: console
+
+   # cd /etc/yum.repos.d
+   # curl -O http://download.opensuse.org/repositories/home:/GRNET:/synnefo/CentOS_CentOS-6/home:GRNET:synnefo.repo
+
+For *CentOS 7*:
+
 .. code-block:: console
 
    # cd /etc/yum.repos.d
-   # wget http://download.opensuse.org/repositories/home:/GRNET:/synnefo/CentOS_CentOS-6/home:GRNET:synnefo.repo
+   # curl -O http://download.opensuse.org/repositories/home:/GRNET:/synnefo/CentOS_7/home:GRNET:synnefo.repo
 
 Check the `Fedora <#fedora>`_ instructions on how to install the software.
 
-- 
GitLab