Add some guidelines into README
[goodguy/cin-manual-latex.git] / README.md
index aac69a251510ef0c791491d49d425f6c54f8e08b..5e5be79d571dd1f047a6c307d293da9cb2010c2d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1 +1,16 @@
-# cin-manual-latex
\ No newline at end of file
+# Cinelerra-gg manual in latex
+
+Bref help to compile.
+`sudo apt install texlive-full`
+
+Then `pdflatex CinelerraGG_Manual.tex && pdflatex CinelerraGG_Manual.tex`
+
+There is a good guide for LaTeX at OverLeaf: https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes
+
+## LO to LaTeX guideline
+
+Use bold font for \textbf{root} user name.
+Use \begin{lstlisting}[language=bash], \end{lstlisting} for code blocks.
+
+
+