Skip to content

Commit 45aad24

Browse files
Update README.md
1 parent c1385bd commit 45aad24

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,22 @@ To add pre-built, **pagespeed-optimized components** (such as a navigation bar o
5151
cd ./projects/my-awesome-site
5252
```
5353

54-
Then run the following command to add components from **DaisyUI**:
54+
Then run the following command to list all available MiniTemplate-Components that utilize **daisyUI**-Comnponents as HTML base. See [here](https://daisyui.com/components/button/):
5555

5656
```bash
57-
./run_add.sh [component_name]
57+
./run_add.sh
5858
```
5959

60-
- `[component_name]`: Name of the component (e.g., **navbar**, **footer**).
60+
```bash
61+
./run_add.sh [defaults|component|template]
62+
```
6163

6264
Example:
6365

6466
```bash
65-
./run_add.sh navbar
67+
./run_add.sh button # add a Button
68+
./run_add.sh template_default.html # add default template
69+
./run_add.sh defaults # add default components like header, footer, sidebar and navigation
6670
```
6771

6872
### 4. Generate the Site

0 commit comments

Comments
 (0)