← Prev in month
← Prev in thread
[PATCH] Added instructions to install latex to README.md.
Signed-off-by: Yoni Bettan <> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3de0c1e..06f3563 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ git format-patch -o proposal1/ HEAD~1..<br> <p> git send-email --to= proposal1/0001-* </code> +<br><br> +To do so you will need to install latex in order to compile the spec. +For fedora user use: +<code> +sudo dnf install texlive-scheme-full +</code> <h4>Note for TC Members</h4> <p>TC Members should review TC specific process rules under "Further Description of this Repository" -- 2.21.0
← Prev in month
← Prev in thread