1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/install-tl.md
Vitor Henrique 61405c6e0e
pages*: fix small typos (#11850)
* pages*: fix small typos

* pages/*: make help and version commands consistent

* pages/*: follow "path/to/file" pattern

* nop: generic display help wording
2023-12-27 12:11:30 +05:30

28 lines
657 B
Markdown

# install-tl
> TeX Live cross-platform installer.
> More information: <https://tug.org/texlive/>.
- Start the text-based installer (default on Unix systems):
`install-tl -no-gui`
- Start the GUI installer (default on macOS and Windows, requires Tcl/Tk):
`install-tl -gui`
- Install TeX Live as defined in a specific profile file:
`install-tl -profile {{path/to/texlive.profile}}`
- Start the installer with the settings from a specific profile file:
`install-tl -init-from-file {{path/to/texlive.profile}}`
- Start the installer for installation on a portable device, like a USB stick:
`install-tl -portable`
- Display help:
`install-tl -help`