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 5e9c8c3 commit b802be6Copy full SHA for b802be6
README.md
@@ -76,8 +76,8 @@ To use WebUI, ensure you have the following installed:
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
79
-curl -fSls https://raw.githubusercontent.com/maclong9/web-ui/refs/heads/main/initialize.sh | \
80
- sh -s -- --template [static|server] [<project-name>]
+curl -fSls https://raw.githubusercontent.com/maclong9/web-ui/refs/heads/main/initialize.sh \
+ | sh -s -- --template [static|server] [<project-name>]
81
```
82
83
### Manually
0 commit comments