From b8b17fdfb0cc91d77ae7f1553124bd3f83f73d71 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Tue, 26 Oct 2021 22:42:08 -0400 Subject: [PATCH] Switch to multiline --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a4b5f6..75f1736 100644 --- a/README.md +++ b/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: ```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: