mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -05:00
Updated README.md with contributor examples
This commit is contained in:
19
README.md
19
README.md
@@ -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
|
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:
|
command to generate the HTML pages:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd cs249r_book
|
||||||
|
quarto render
|
||||||
|
```
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
<!-- markdownlint-disable -->
|
<!-- 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 -->
|
<!-- markdownlint-restore -->
|
||||||
<!-- prettier-ignore-end -->
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||||
|
|
||||||
```bash
|
|
||||||
cd cs249r_book
|
|
||||||
quarto render
|
|
||||||
|
|||||||
Reference in New Issue
Block a user