We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f86e29 commit f7b2c4cCopy full SHA for f7b2c4c
README.md
@@ -73,8 +73,10 @@ To use WebUI, ensure you have the following installed:
73
74
### Script
75
76
+If you pass no template the static one will be used by default and if you pass no project name it will default to `web-ui-template`
77
+
78
```sh
-curl -fSls https://raw.githubusercontent.com/maclong9/web-ui/refs/heads/main/initialize.sh | sh
79
+curl -fSls https://raw.githubusercontent.com/maclong9/web-ui/refs/heads/main/initialize.sh | sh -s -- --template [static|server] [<project-name>]
80
```
81
82
### Manually
0 commit comments