diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -80,4 +80,37 @@ Installation {#sec:installation .unnumbered} | |||
80 | 80 | ||
81 | - `arabluatex_trans.lua` | 81 | - `arabluatex_trans.lua` |
82 | 82 | ||
83 | Development, Git Repository {#sec:devel-git-repos} | ||
84 | =========================== | ||
83 | 85 | ||
86 | Browse the code {#sec:browse-code .unnumbered} | ||
87 | --------------- | ||
88 | |||
89 | You can browse ArabLuaTeX repository on the web: | ||
90 | <http://git.robertalessi.net/arabluatex> | ||
91 | |||
92 | From this page, you can download all the releases of ArabLuaTeX. For | ||
93 | instructions on how to install ArabLuaTeX, please see the “about” tab at | ||
94 | <http://git.robertalessi.net/arabluatex>. | ||
95 | |||
96 | Comments, Feature requests, Bug Reports {#sec:comm-feat-requ .unnumbered} | ||
97 | --------------------------------------- | ||
98 | |||
99 | <https://notabug.org/ralessi/arabluatex> | ||
100 | |||
101 | Download the repository {#sec:download-repository .unnumbered} | ||
102 | ----------------------- | ||
103 | |||
104 | ArabLuaTeX development is facilitated by git, a distributed version | ||
105 | control system. You will need to install git (most GNU/Linux | ||
106 | distributions package it in their repositories). | ||
107 | |||
108 | Use this command to download the repository | ||
109 | |||
110 | git clone http://git.robertalessi.net/cgit.cgi/arabluatex | ||
111 | |||
112 | A new directory named arabluatex will have been created, containing | ||
113 | ArabLuaTeX. Git hosting | ||
114 | |||
115 | Please, do not use GitHub or GitLab: see | ||
116 | [there](https://libreboot.org/git/#githosting). | ||