diff options
Diffstat (limited to 'README.tex')
-rw-r--r-- | README.tex | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -80,4 +80,38 @@ into a directory searched by LaTeX. See the FAQ on CTAN at | |||
80 | \end{itemize} | 80 | \end{itemize} |
81 | \end{enumerate} | 81 | \end{enumerate} |
82 | 82 | ||
83 | \section{Development, Git Repository} | ||
84 | \label{sec:devel-git-repos} | ||
85 | \subsection*{Browse the code} | ||
86 | \label{sec:browse-code} | ||
87 | |||
88 | You can browse ArabLua\TeX\ repository on the web: | ||
89 | \url{http://git.robertalessi.net/arabluatex} | ||
90 | |||
91 | From this page, you can download all the releases of ArabLua\TeX. For | ||
92 | instructions on how to install ArabLua\TeX, please see the ``about'' | ||
93 | tab at \url{http://git.robertalessi.net/arabluatex}. | ||
94 | |||
95 | \subsection*{Comments, Feature requests, Bug Reports} | ||
96 | \label{sec:comm-feat-requ} | ||
97 | \url{https://notabug.org/ralessi/arabluatex} | ||
98 | |||
99 | \subsection*{Download the repository} | ||
100 | \label{sec:download-repository} | ||
101 | ArabLua\TeX\ development is facilitated by git, a distributed version | ||
102 | control system. You will need to install git (most GNU/Linux | ||
103 | distributions package it in their repositories). | ||
104 | |||
105 | Use this command to download the repository | ||
106 | \begin{verbatim} | ||
107 | git clone http://git.robertalessi.net/cgit.cgi/arabluatex | ||
108 | \end{verbatim} | ||
109 | |||
110 | |||
111 | A new directory named arabluatex will have been created, containing | ||
112 | ArabLuaTeX. Git hosting | ||
113 | |||
114 | Please, do not use GitHub or GitLab: see | ||
115 | \href{https://libreboot.org/git/#githosting}{there}. | ||
116 | |||
83 | \end{document} \ No newline at end of file | 117 | \end{document} \ No newline at end of file |