diff --git a/pages/common/tldr-generate.md b/pages/common/tldr-generate.md new file mode 100644 index 000000000..47ca4fd82 --- /dev/null +++ b/pages/common/tldr-generate.md @@ -0,0 +1,16 @@ +# tlmgr generate + +> Remake configuration files from information stored locally. +> More information: . + +- Remake the configuration file storing into a specific location: + +`tlmgr generate --dest {{output_file}}` + +- Remake the configuration file using a local configuration file: + +`tlmgr generate --localcfg {{local_configuration_file}}` + +- Run necessary programs after rebuilding configuration files: + +`tlmgr generate --rebuild-sys`