Skip to content

Commit ee496eb

Browse files
committed
really fix readme
@rlidwka: learn to use preview
1 parent 089aff8 commit ee496eb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,24 @@ You'll probably need to resolve merge conflicts after you do `git pull`.
1818
```
1919

2020
2\. change `config.yaml`
21+
2122
3\. change `.gitignore`, unignore autogenerated files, see comments there
23+
2224
4\. make it:
2325

24-
```
26+
```sh
2527
~/your-org.github.io$ make
2628
```
2729

2830
5\. test it:
2931

30-
```
32+
```sh
3133
~/your-org.github.io$ firefox index.html
3234
```
3335

3436
6\. add autogenerated files so they will appear on github pages:
3537

36-
```
38+
```sh
3739
~/your-org.github.io$ git add src/db.json index.html
3840
~/your-org.github.io$ git commit src/db.json index.html -m 'rebuild'
3941
```

0 commit comments

Comments
 (0)