OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH] Added instructions to install latex to README.md.


Signed-off-by: Yoni Bettan <ybettan@redhat.com>
---
 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=virtio-comment@lists.oasis-open.org 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]