Merge branch '728-faq' into 'master'
[kohadocs.git] / README.md
index 64ace9c..581559d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
 Koha Documentation
 ==================
 
-This is the Koha Documentation Repository
+This is the main repository for the Koha manual.
+It is mirrored at git.koha-community.org.
 
-Documentation is generated with Sphinx.
+The manual is generated with Sphinx.
 
 Setup
 -----
@@ -23,11 +24,22 @@ Outputing Docs
 >  make epub
 
 ### For a pdf (Work in progress)
-> apt install latexmk # the latexpdf builder needs it
-> apt install texlive-full # Attention, this is very huge
-                           # We should to list the individual packages we need
-> make latex # Generate the latex files
-> make latexpdf # Will generate the pdf file
+
+Install latexmk, the latexpdf builder needs it
+
+> apt install latexmk 
+
+Install texlive-full. Attention: this is very huge
+
+> apt install texlive-full 
+
+Generate the latex files
+
+> make latex 
+
+Generate the PDF file
+
+> make latexpdf
 
 
 Other useful commands
@@ -47,5 +59,3 @@ And it will list all the available options. Some useful ones are
 
 ### Generate .po files for translation
 > make gettext
-
-