1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 21:37:56 +01:00

tlmgr-platform: add Dutch translation (#11815)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Sebastiaan Speck 2023-12-22 13:05:19 +01:00 committed by GitHub
parent ab65385f5d
commit 7d97e8ed82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 1 deletions

View 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}}`

View file

@ -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: