We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19f1d0 commit 411d036Copy full SHA for 411d036
README.md
@@ -12,16 +12,20 @@ The content pages can be found [in `/docs/`](/docs/)
12
## Installation
13
If you are on debian derivates go install build-essentials:
14
```
15
- apt install build-essential
+apt install build-essential
16
17
Then you can use the Ruby Dependency Management to build all you need:
18
19
- bundle install jekyll
20
- bundle install
+bundle install
21
22
Start jekyll like this:
23
24
- bundle exec jekyll serve
+bundle exec jekyll serve
+```
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
29
30
31
## Note
0 commit comments