Next in thread → Next in month →

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

From
Michael S. Tsirkin <>
Date
2019-06-24T15:25:25+00:00
ID
Thread
Re: [PATCH] Added instructions to install latex to README.md.
On Mon, Jun 24, 2019 at 11:38:42AM +0300, Yoni Bettan wrote:
> 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.

sorry to do what?
latex is needed in order to generate pdf and html, but above text
does not mention this at all.

Maybe we should mention compiling above, but as long as we don't
this patch does not make sense.

> +For fedora user use:

user use sounds weird :)


> +<code>
> +sudo dnf install texlive-scheme-full
> +</code>

Sounds good but how about a couple more distros?

>  <h4>Note for TC Members</h4>
>  <p>TC Members should review TC specific
>  process rules under "Further Description of this Repository"
> -- 
> 2.21.0
Next in thread → Next in month →