Switch to multiline
This commit is contained in:
parent
98e440983e
commit
b8b17fdfb0
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -17,7 +17,15 @@ Run the following commands as root (`su -` or `sudo su -` on machines with sudo
|
||||||
Step 1: Install the following dependacy's with this command:
|
Step 1: Install the following dependacy's with this command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt-get install jq curl avahi-daemon udisks2 libglib2.0-bin network-manager dbus wget -y
|
apt-get install \
|
||||||
|
jq \
|
||||||
|
wget \
|
||||||
|
curl \
|
||||||
|
avahi-daemon \
|
||||||
|
udisks2 \
|
||||||
|
libglib2.0-bin \
|
||||||
|
network-manager \
|
||||||
|
dbus -y
|
||||||
```
|
```
|
||||||
|
|
||||||
Step 2: Install Docker-CE with the following command:
|
Step 2: Install Docker-CE with the following command:
|
||||||
|
|
Loading…
Reference in a new issue