diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-06-10 12:39:38 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-06-10 12:39:38 (GMT) |
commit | 39a7ea6a017475af94660270b3f079d2aa919ea2 (patch) | |
tree | 03b018610c1bfdfffc7f1f71386e0f2931a1e08f /doc/index.html | |
parent | 37af6c1e617e9e86bbff00567bba6e3151951ac4 (diff) | |
download | mxe-39a7ea6a017475af94660270b3f079d2aa919ea2.zip mxe-39a7ea6a017475af94660270b3f079d2aa919ea2.tar.gz mxe-39a7ea6a017475af94660270b3f079d2aa919ea2.tar.bz2 |
small improvement of the tutorial
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index 9b6fbed..b501aa0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -184,11 +184,13 @@ <p> When everything is fine, download the - <a href="#latest-release">latest release</a> + <a href="#latest-release">latest release</a>: + </p> + <pre>wget http://www.profv.de/mingw_cross_env/mingw_cross_env-<span class="version">X.Y</span>.tar.gz</pre> + <p> and unpack the tarball: </p> - <pre>wget http://www.profv.de/mingw_cross_env/mingw_cross_env-<span class="version">X.Y</span>.tar.gz -tar -xzvf mingw_cross_env-<span class="version">X.Y</span>.tar.gz</pre> + <pre>tar -xzvf mingw_cross_env-<span class="version">X.Y</span>.tar.gz</pre> <p> If you don't mind installing it in your home directory, |