tlmgr-platform, tlmgr-arch: add page (#6561)

beep
marchersimon 2021-09-22 05:54:40 +02:00 committed by GitHub
parent bea9893786
commit 555faac0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# tlmgr arch
> This command is an alias of `tlmgr platform`.
> More information: <https://www.tug.org/texlive/tlmgr.html>.
- View documentation for the original command:
`tldr tlmgr platform`

View File

@ -0,0 +1,24 @@
# tldr platform
> Manage TeX Live platforms.
> More information: <https://www.tug.org/texlive/tlmgr.html>.
- List all available platforms in the package repository:
`tlmgr platform list`
- Add the executables for a specific platform:
`sudo tlmgr platform add {{platform}}`
- Remove the executables for a specific platform:
`sudo tlmgr platform remove {{platform}}`
- Auto-detect and switch to the current platform:
`sudo tlmgr platform set {{auto}}`
- Switch to a specific platform:
`sudo tlmgr platform set {{platform}}`