Skip to content

Commit f142f89

Browse files
authored
Update README.md
1 parent ea7c919 commit f142f89

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,21 @@
88
* Homepage: [http://staticsiteboilerplate.com/](http://staticsiteboilerplate.com//)
99
* Documentation: [https://docs.staticsiteboilerplate.com/](https://docs.staticsiteboilerplate.com/)
1010

11-
## Features
11+
## Installation
12+
13+
```bash
14+
git clone https://github.com/ericalli/static-site-boilerplate
15+
```
16+
17+
```bash
18+
cd static-site-boilerplate
19+
```
20+
21+
```bash
22+
rm -rf .git && git init
23+
```
24+
25+
## Features
1226

1327
* **Modern Technologies:** Full support for HTML5, JavaScript (Vanilla and ES6) and CSS (Sass and PostCSS)
1428
* **Built-in Server:** Local development server with hot reloading

0 commit comments

Comments
 (0)