diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-27 22:41:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-27 22:41:35 +0000 |
commit | 6790b16e9812bb41678245063bee02630f0f68d8 (patch) | |
tree | 36bc2b0d9e47a53d76060c4cb974b3941a727722 | |
parent | 5b8e1ac4d3ee6a607787b86d3070ebad62222d7d (diff) |
mention use of tlmgr option location to reset source from DVD to Internet
git-svn-id: svn://tug.org/texlive/trunk@9824 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index b3ad055394b..35696490f36 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1449,6 +1449,14 @@ C<formats> (create formats at installation time), C<docfiles> (install documentation files), C<srcfiles> (install source files). +Perhaps the most common use for this is if you originally installed from +DVD, and want to permanently change the installation to get further +updates from the Internet. To do this, you can run + + tlmgr option location http://mirror.ctan.org/systems/texlive/tlnet/YYYY + +(where YYYY is the TeX Live release year). + =item B<paper a4> =item B<paper letter> |