Skip to content

Commit 728eca8

Browse files
committed
Do not use makefile
1 parent e0b91c1 commit 728eca8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ how to write new episodes.
2424
Quick summary of how to get a local preview: Install [jekyll](https://jekyllrb.com/) and then run
2525

2626
```
27-
make serve
28-
# or after the first time
27+
bundle install
28+
bundle update
2929
bundle exec jekyll serve
3030
```
3131

32+
Unless we change framework versions, only the last command needs to be typed after the first time.
33+
3234
Please see the current list of [issues](https://github.com/hsf-training/hsf-training-matplotlib/issues) for ideas for contributing to this
3335
repository. For making your contribution, we use the GitHub flow, which is
3436
nicely explained in the chapter [Contributing to a Project](http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) in Pro Git

0 commit comments

Comments
 (0)