diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-10-17 14:05:32 -0400 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2016-10-17 14:05:32 -0400 |
| commit | 23e10bcfe27106affd831292f030b341744daaa5 (patch) | |
| tree | 389651d3cfc2981f2f31cd62a6ba5038f676d489 | |
| parent | cd0aa862fa7e2bf4272ceec42faaed553dbbbb73 (diff) | |
Updates to README
| -rwxr-xr-x | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -28,7 +28,7 @@ Note: when PRs are merged, the site is built and redeployed automatically. Chapters are located in the `chapter` folder of the root directory. -### Dependencies +## Dependencies This site uses a Jekyll, a Ruby framework. You'll need Ruby and Bundler installed. @@ -64,6 +64,7 @@ you can do, I've prepared an example article. - [Live example article](http://dist-prog-book.com/example.html) - [Corresponding example page markdown](https://raw.githubusercontent.com/heathermiller/dist-prog-book/master/example.md) - +If you would like to add bibtex entries to the bibliography for your chapter, +check the `_bibliography` directory for a `.bib` file named after your chapter. |
