mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 05:58:05 +00:00
Update cheatsheets
This commit is contained in:
18
tlmgr-path
Normal file
18
tlmgr-path
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# tlmgr path
|
||||
|
||||
> Add or remove symlinks for TeX Live executables, man pages and info pages.
|
||||
> This command has to be re-run for files added in the future.
|
||||
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||
|
||||
- Add symlinks to TeX Live files:
|
||||
|
||||
`sudo tlmgr path add`
|
||||
|
||||
- Remove symlinks to TeX Live files:
|
||||
|
||||
`sudo tlmgr path remove`
|
||||
Reference in New Issue
Block a user