tlmgr-platform: add option placeholders, tlmgr: update more info link (#19911)

This commit is contained in:
Managor
2025-12-12 16:01:42 +02:00
committed by GitHub
parent 1616b81988
commit 94f7c34985
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -5,20 +5,20 @@
- List all available platforms in the package repository:
`tlmgr platform list`
`tlmgr {{[arch|platform]}} list`
- Add the executables for a specific platform:
`sudo tlmgr platform add {{platform}}`
`sudo tlmgr {{[arch|platform]}} add {{platform}}`
- Remove the executables for a specific platform:
`sudo tlmgr platform remove {{platform}}`
`sudo tlmgr {{[arch|platform]}} remove {{platform}}`
- Auto-detect and switch to the current platform:
`sudo tlmgr platform set auto`
`sudo tlmgr {{[arch|platform]}} set auto`
- Switch to a specific platform:
`sudo tlmgr platform set {{platform}}`
`sudo tlmgr {{[arch|platform]}} set {{platform}}`
+1 -1
View File
@@ -2,7 +2,7 @@
> Manage packages and configuration options of an existing TeX Live installation.
> Some subcommands such as `paper` have their own usage documentation.
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#ACTIONS>.
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#NAME>.
- Install a package and its dependencies: