Updated README.md with contributor examples

This commit is contained in:
Matthew Stewart
2023-09-20 11:44:26 -04:00
committed by GitHub
parent 3368fd5af2
commit 00e80288ff

View File

@@ -56,17 +56,28 @@ View the book website at: [https://harvard-edge.github.io/cs249r_book/](https://
To render the book locally, you'll need to install `quarto`. Once `quarto` is installed, you can run the following
command to generate the HTML pages:
```bash
cd cs249r_book
quarto render
```
## Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jveejay"><img src="https://avatars.githubusercontent.com/jveejay" width="100px;" alt="Vijay Janapa Reddi"/><br /><sub><b>Vijay Janapa Reddi</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors/commits?author=jveejay" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mpstewart1"><img src="https://avatars.githubusercontent.com/mpstewart1" width="100px;" alt="Matthew Stewart"/><br /><sub><b>Matthew Stewart</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors/commits?author=mpstewart1" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/uchendui"><img src="https://avatars.githubusercontent.com/uchendui?v=4?s=100" width="100px;" alt="LBF38"/><br /><sub><b>Ikechukwu Uchendu</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors/commits?author=uchendui" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
```bash
cd cs249r_book
quarto render