mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
tlmgr-platform: add Dutch translation (#11815)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
ab65385f5d
commit
7d97e8ed82
2 changed files with 25 additions and 1 deletions
24
pages.nl/common/tlmgr-platform.md
Normal file
24
pages.nl/common/tlmgr-platform.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# tlmgr platform
|
||||
|
||||
> Beheer TeX Live platforms.
|
||||
> Meer informatie: <https://www.tug.org/texlive/tlmgr.html>.
|
||||
|
||||
- Toon alle beschikbare platforms in een pakket repository:
|
||||
|
||||
`tlmgr platform list`
|
||||
|
||||
- Voeg de uitvoerbare bestanden toe aan een specifiek platform:
|
||||
|
||||
`sudo tlmgr platform add {{platform}}`
|
||||
|
||||
- Verwijder de uitvoerbare bestanden uit een specifiek platform:
|
||||
|
||||
`sudo tlmgr platform remove {{platform}}`
|
||||
|
||||
- Detecteer automatisch en wissel naar het huidige platform:
|
||||
|
||||
`sudo tlmgr platform set auto`
|
||||
|
||||
- Wissel naar een specifiek platform:
|
||||
|
||||
`sudo tlmgr platform set {{platform}}`
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Auto-detect and switch to the current platform:
|
||||
|
||||
`sudo tlmgr platform set {{auto}}`
|
||||
`sudo tlmgr platform set auto`
|
||||
|
||||
- Switch to a specific platform:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue