diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-18 22:26:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-18 22:26:17 +0000 |
commit | c11a9cc039efb77bc43415ed95caae7c156e6a1f (patch) | |
tree | 5e302ad29ab1eda2acb284fb852f2fe7fef203ce /Master/readme-html.dir/readme.en.html | |
parent | 26e2bca9aea519f797964b514679a2aeddbc9866 (diff) |
suggest invoking with perl install-tl; mention mactex
git-svn-id: svn://tug.org/texlive/trunk@53450 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/readme-html.dir/readme.en.html')
-rw-r--r-- | Master/readme-html.dir/readme.en.html | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Master/readme-html.dir/readme.en.html b/Master/readme-html.dir/readme.en.html index c7b44c7aa81..ea23986ae30 100644 --- a/Master/readme-html.dir/readme.en.html +++ b/Master/readme-html.dir/readme.en.html @@ -1,5 +1,7 @@ <html><head> <!-- $Id$ --> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="viewport" content="width=device-width,initial-scale=1"> <title>TeX Live</title></head><body> <h2>Welcome to TeX Live</h2> @@ -50,9 +52,16 @@ see the <i>Release history</i> section at the end of the documentation. <h3>Installation</h3> -<p>The installation script is named <tt>install-tl</tt> -(<tt>install-tl-windows.bat</tt> on Windows), and it has two operation -modes: +<p>The installation script is named <tt>install-tl</tt> and is at the +top level of the directory tree. You can invoke it with <tt>perl +install-tl</tt>. On Windows, you can also simply run the companion batch +file, <tt>install-tl-windows.bat</tt>. You can invoke it with <tt>perl +install-tl</tt>. On Macs, you will probably want to install via <a +href="https://tug.org/mactex/">MacTeX</a>, which has its own native +installer (it's also available on the DVD, next to the <tt>texlive/</tt> +you're in now.) + +<p><tt>install-tl</tt> has two operation modes: <dl> <dt><b>-gui</b></dt> (default on Windows and Macs) which does a simple |