1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00

Updated CentOS 7 installation (markdown)

AnGlebski 2021-01-16 01:32:16 +03:00
parent 5175ee7ec1
commit 6d4ec8d22d

@ -6,7 +6,7 @@
2. Create working directory and clone repo into it: 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 sudo git clone https://github.com/retspen/webvirtcloud && cd webvirtcloud
``` ```