Update 'README.md'

This commit is contained in:
b.waal
2020-10-02 11:13:15 +02:00
parent 29e78ceacb
commit 250f731215

View File

@@ -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