diff --git a/index.html b/index.html index ef3747f..a64ffe6 100644 --- a/index.html +++ b/index.html @@ -554,7 +554,7 @@ if (close(TIDY) == 0) {
The source code for the experimental HTML5 fork of Tidy can be found at https://github.com/w3c/tidy-html5. -
For Linux/BSD/OSX platforms, you can build and install the
tidy
command-line tool from the source code using the
following steps.
Note that you will either need to run make install
as root,
or with sudo make install
.
For Linux/BSD/OSX platforms, you can build and install the
tidylib
shared library (for use in building other
applications) from the source code using the following steps.
sh build/gnuauto/setup.sh && ./configure && make
make install
Note that you will either need to run make install
as root,
@@ -587,14 +587,14 @@ for people who made suggestions or reported bugs for the
original version of Tidy.