Skip to content

Commit 411d036

Browse files
committed
Improve installation guide
Complements d19f1d0.
1 parent d19f1d0 commit 411d036

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
@@ -12,16 +12,20 @@ The content pages can be found [in `/docs/`](/docs/)
1212
## Installation
1313
If you are on debian derivates go install build-essentials:
1414
```
15-
apt install build-essential
15+
apt install build-essential
1616
```
1717
Then you can use the Ruby Dependency Management to build all you need:
1818
```
19-
bundle install jekyll
20-
bundle install
19+
bundle install
2120
```
2221
Start jekyll like this:
2322
```
24-
bundle exec jekyll serve
23+
bundle exec jekyll serve
24+
```
25+
If you experience troubles, make sure to not have jekyll installed via you
26+
package manager. On debian derivates do:
27+
```
28+
apt purge jekyll
2529
```
2630

2731
## Note

0 commit comments

Comments
 (0)