From 6d4ec8d22de8d68dfef545519f746b55f7ed5a88 Mon Sep 17 00:00:00 2001 From: AnGlebski <75089514+AnGlebski@users.noreply.github.com> Date: Sat, 16 Jan 2021 01:32:16 +0300 Subject: [PATCH] Updated CentOS 7 installation (markdown) --- CentOS-7-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CentOS-7-installation.md b/CentOS-7-installation.md index 2d78239..1931873 100644 --- a/CentOS-7-installation.md +++ b/CentOS-7-installation.md @@ -6,7 +6,7 @@ 2. Create working directory and clone repo into it: ``` - sudo mkdir /srv && cd /srv + sudo mkdir -p /srv && cd /srv sudo git clone https://github.com/retspen/webvirtcloud && cd webvirtcloud ```