From 250f731215fdd765458901bfdbae8cf374ed2edd Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Fri, 2 Oct 2020 11:13:15 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be25f2c..63bf27e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ubuntu-Web-V2 **Get Started with the graphical installer**: -Using cUrl +Using curl ``` curl https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh bash /tmp/installer.sh @@ -13,7 +13,7 @@ bash /tmp/installer.sh ``` **Legacy Installer for developing and debugging**: -Using cUrl +Using curl ``` curl https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh bash /tmp/installer.sh -l 2>&1 | tee ~/output.log