Skip to content

Commit

Permalink
Do not use makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Sep 13, 2022
1 parent e0b91c1 commit 728eca8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ how to write new episodes.
Quick summary of how to get a local preview: Install [jekyll](https://jekyllrb.com/) and then run

```
make serve
# or after the first time
bundle install
bundle update
bundle exec jekyll serve
```

Unless we change framework versions, only the last command needs to be typed after the first time.

Please see the current list of [issues](https://github.com/hsf-training/hsf-training-matplotlib/issues) for ideas for contributing to this
repository. For making your contribution, we use the GitHub flow, which is
nicely explained in the chapter [Contributing to a Project](http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) in Pro Git
Expand Down

0 comments on commit 728eca8

Please sign in to comment.