diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 20 insertions, 10 deletions
@@ -197,27 +197,37 @@ Package installation and updates | |||
197 | To install new packages and to update already existing ones, do: | 197 | To install new packages and to update already existing ones, do: |
198 | 198 | ||
199 | ```sh | 199 | ```sh |
200 | tlmgr update --all | 200 | obsd-tlmgr update --all |
201 | ``` | 201 | ``` |
202 | 202 | ||
203 | This command requires the `subversion` package. | ||
204 | |||
205 | In TeX Live for OpenBSD, `obsd-tlmgr` replaces the standard `tlmgr` | ||
206 | command which is the command name of TeX Live package manager. | ||
207 | `obsd-tlmgr` can be used with the exact same options and arguments as | ||
208 | `tlmgr`. | ||
209 | |||
203 | More information can be found [on this | 210 | More information can be found [on this |
204 | page](https://tug.org/texlive/pkginstall.html) or in the [full `tlmgr` | 211 | page](https://tug.org/texlive/pkginstall.html) or in the [full `tlmgr` |
205 | documentation](https://tug.org/texlive/doc/tlmgr.html). | 212 | documentation](https://tug.org/texlive/doc/tlmgr.html). |
206 | 213 | ||
207 | A number of scripts that are shipped within TeX Live are found in the | 214 | `obsd-tlmgr` updates the links to a number of scripts that are shipped |
208 | `texmf-dist/scripts/` directory. Most of them can be invoked by users | 215 | within TeX Live and are found in the `texmf-dist/scripts/` directory. |
209 | from symlinks installed along with the usual TeX Live binaries. As | 216 | Most of them can be invoked by users from symlinks installed along |
210 | OpenBSD is not officially supported by TeX Live, it is important to | 217 | with the usual TeX Live binaries. As OpenBSD is not officially |
211 | note that `tlmgr update --all` *does not update these links,* | 218 | supported by TeX Live, it is important to note that the standard |
212 | especially in the case of scripts that come with new packages. To | 219 | `tlmgr update --all` *does not update these links,* especially in the |
213 | update all existing links and install new links after using `tlmgr`, | 220 | case of scripts that come with new packages. |
214 | do: | 221 | |
222 | Users who for some reason wish to continue using `tlmgr` are advised | ||
223 | to update all existing links and install new links after using | ||
224 | `tlmgr`, like so: | ||
215 | 225 | ||
216 | ```sh | 226 | ```sh |
217 | mktexobsdsymlinks | 227 | mktexobsdsymlinks |
218 | ``` | 228 | ``` |
219 | 229 | ||
220 | This command requires the `subversion` package and must be rerun as needed. | 230 | Just as `obsd-tlmgr`, this command requires the `subversion` package. |
221 | 231 | ||
222 | Building the sources | 232 | Building the sources |
223 | -------------------- | 233 | -------------------- |