Skip to content

Commit 96bdc9e

Browse files
authored
Update make instructions and add clarifications (#57)
* Update make instructions and add clarifications * Incorporate feedback from @tulshi * Change will to MUST based on PR feedback
1 parent 87d5ff3 commit 96bdc9e

File tree

4 files changed

+529
-515
lines changed

4 files changed

+529
-515
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ Similarly, to update the text file, you would run `make foo.txt`
2727

2828
Pay attention to errors generating the files and warnings about the document date. You should update the date to today's date.
2929

30-
In order to run `make` you need to install `xml2rfc` which can be done via pip: `pip install xml2rfc`
30+
In order to run `make` you need to:
31+
1. install `xml2rfc` which can be done via pip: `pip install xml2rfc`
32+
1. install `kramdown-rfc` which can be done via Ruby gems: `gem install kramdown-rfc`

0 commit comments

Comments
 (0)