diff options
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/install-tl b/Master/install-tl index 8c27feae0d5..e99e27b803b 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1787,15 +1787,15 @@ C<archive> directory relative to the root. Compressed is preferred if both are available, since it is faster. Here's an example of using a local directory: - -repository /local/TL/repository/copy + -repository /local/TL/repository If the repository is on the network, trailing C</> characters and/or trailing C</tlpkg> and C</archive> components are ignored. For example, you could choose a particular CTAN mirror with something like this: - -repository http://mirror.example.org/its/path/to/ctan/texlive/tlnet + -repository http://ctan.example.org/its/ctan/dir/systems/texlive/tlnet -Of course a proper hostname and its particular top-level CTAN path +Of course a real hostname and its particular top-level CTAN path have to be specified. The list of CTAN mirrors is available at L<http://ctan.org/mirrors>. @@ -1921,7 +1921,7 @@ If C<-v> has been given the revisions of the used modules are reported, too. =back As usual, all options can be specified with either C<-> or C<-->, and -arguments can be be separated from their options by either a space or C<=>. +arguments can be separated from their options by either a space or C<=>. =head1 PORTABLE USE |