From bea98937861d25f3d68fabac351d44029c998230 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Wed, 22 Sep 2021 01:28:33 +0200 Subject: [PATCH] tlmgr-path: add page (#6574) --- pages/common/tlmgr-path.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/tlmgr-path.md diff --git a/pages/common/tlmgr-path.md b/pages/common/tlmgr-path.md new file mode 100644 index 0000000000..b84058c12b --- /dev/null +++ b/pages/common/tlmgr-path.md @@ -0,0 +1,13 @@ +# 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: . + +- Add symlinks to TeX Live files: + +`sudo tlmgr path add` + +- Remove symlinks to TeX Live files: + +`sudo tlmgr path remove`