File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,13 @@ how to write new episodes.
2424Quick 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
2929bundle exec jekyll serve
3030```
3131
32+ Unless we change framework versions, only the last command needs to be typed after the first time.
33+
3234Please see the current list of [ issues] ( https://github.com/hsf-training/hsf-training-matplotlib/issues ) for ideas for contributing to this
3335repository. For making your contribution, we use the GitHub flow, which is
3436nicely explained in the chapter [ Contributing to a Project] ( http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project ) in Pro Git
You can’t perform that action at this time.
0 commit comments