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