Skip to content

Commit 0138076

Browse files
Update README.md
1 parent 81d997b commit 0138076

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,17 @@ You can choose between adding a template, a component or default components like
6767

6868
Example:
6969

70+
Add a Button to your project (button.html):
7071
```bash
7172
./run_add.sh button # add a Button
73+
```
74+
Add a the default template file (template_default.html):
75+
```bash
7276
./run_add.sh template_default.html # add default template
73-
./run_add.sh defaults # add default components like header, footer, sidebar and navigation
77+
```
78+
Adds a set of default components like header, footer and sidebar:
79+
```bash
80+
./run_add.sh defaults
7481
```
7582

7683
### 4. Generate the Site

0 commit comments

Comments
 (0)