From f71283f3dede46c12c716a2d4506eee650fb3452 Mon Sep 17 00:00:00 2001 From: Pavel Sukhanov <31385755+ps78674@users.noreply.github.com> Date: Thu, 1 Feb 2018 12:27:53 +0300 Subject: [PATCH] Updated CentOS 7 installation (markdown) --- CentOS-7-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CentOS-7-installation.md b/CentOS-7-installation.md index 58f0f30..6e491d3 100644 --- a/CentOS-7-installation.md +++ b/CentOS-7-installation.md @@ -3,10 +3,10 @@ sudo yum -y install python-virtualenv python-devel libvirt-devel glibc gcc nginx supervisor libxml2 libxml2-devel git ``` -2. Create working directory and repo into it: +2. Create ```working``` directory and clone repo into it: ``` sudo mkdir /srv && cd /srv - sudo git ```clone``` https://github.com/retspen/webvirtcloud && cd webvirtcloud + sudo git clone https://github.com/retspen/webvirtcloud && cd webvirtcloud ``` 3. Edit 'conf/requirements.txt':