summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <roche@httrack.com>2015-03-14 11:09:58 +0100
committerXavier Roche <roche@httrack.com>2015-03-14 11:09:58 +0100
commit3b7242c8eef7f348a96540b31339d7dcf0e75eb7 (patch)
tree0a5edd8e10e0a7d186315c3eae796071e1d88f11
parenta004ccb6283d53dfb77e726c0d9c75e7ee8c688b (diff)
Updated README.md
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 2e2093e..2314841 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
-= HTTrack Website Copier - Development Repository =
+# HTTrack Website Copier - Development Repository =
-== About ==
+## About
_Copy websites to your computer (Offline browser)_
-http://www.httrack.com/images/screenshot_01.jpg
<img src="http://www.httrack.com/htsw/screenshot_w1.jpg" width="34%">
*HTTrack* is an _offline browser_ utility, allowing you to download a World Wide website from the Internet to a local directory, building recursively all directories, getting html, images, and other files from the server to your computer.
@@ -14,14 +13,14 @@ HTTrack can also update an existing mirrored site, and resume interrupted downlo
*WinHTTrack* is the Windows 2000/XP/Vista/Seven release of HTTrack, and *WebHTTrack* the Linux/Unix/BSD release.
-== Website ==
+## Website
*Main Website:*
http://www.httrack.com/
-== Compile trunk release ==
-{{{
+## Compile trunk release
+```sh
git clone https://github.com/xroche/httrack.git
cd httrack
./configure --prefix=$HOME/usr && make -j8 && make install
-}}}
+```