File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,11 @@ Lesson plan:
4242## Testing
4343
4444### Installation
45+ sudo apt remove ruby-bundler; sudo apt purge jekyll; sudo apt update; sudo apt install build-essential; bundle install; bundle exec jekyll serve
46+
4547If you are on debian derivates go install build-essentials:
4648```
47- apt install build-essential
49+ sudo apt install build-essential
4850```
4951Then you can use the Ruby Dependency Management to build all you need:
5052```
@@ -55,8 +57,8 @@ Start jekyll like this:
5557bundle exec jekyll serve
5658```
5759If you experience troubles, make sure to not have jekyll installed via you
58- package manager. On debian derivates do:
60+ package manager. Also remove ruby-bundler. On debian derivates do:
5961```
60- apt purge jekyll
62+ sudo apt purge jekyll; sudo apt remove ruby-bundler
6163```
6264
You can’t perform that action at this time.
0 commit comments