chore: update README.md

This commit is contained in:
Elton Renda
2023-12-04 10:35:46 +02:00
parent ffd39f9540
commit 2e8daabae9

View File

@@ -9,7 +9,7 @@ To create a new LXC container on Proxmox and setup a app to run inside of it, ru
***Tested with:*** _proxmox 7.1+, alpine 3.12+, debian 11+, Ubuntu 18+_
```bash
curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/create.sh | bash -s
bash -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/create.sh)"
```
### Command line arguments
@@ -32,7 +32,7 @@ curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/create.sh | bash -s
you can set these parameters by appending ` -- <parameter> <value>` like:
```bash
curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/create.sh | bash -s -- --app nginx-proxy-manager --cleanup
bash -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/create.sh)" -s --app nginx-proxy-manager --cleanup
```
### Console