mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-29 17:50:33 +00:00
Updated Docker Installation & Update (textile)
parent
6d4ec8d22d
commit
d7a036999b
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
|
|
||||||
*Steps:*
|
*Steps:*
|
||||||
# Install git, python
|
# Install git, python3
|
||||||
<pre><code>sudo apt install git python
|
<pre><code>sudo apt install git python
|
||||||
or
|
or
|
||||||
yum install git python</code></pre>
|
yum install git python3</code></pre>
|
||||||
# Clone from repository
|
# Clone from repository
|
||||||
<pre><code>git clone https://github.com/retspen/webvirtcloud.git</code></pre>
|
<pre><code>git clone https://github.com/retspen/webvirtcloud.git</code></pre>
|
||||||
# Move to the installation folder
|
# Move to the installation folder
|
||||||
|
|
Loading…
Reference in a new issue