Skip to content

Commit f7b2c4c

Browse files
authored
docs: add script usage notes
1 parent 8f86e29 commit f7b2c4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ To use WebUI, ensure you have the following installed:
7373

7474
### Script
7575

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+
7678
```sh
77-
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>]
7880
```
7981

8082
### Manually

0 commit comments

Comments
 (0)