diff options
author | Xavier Roche <roche@httrack.com> | 2015-08-06 20:46:26 +0200 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2015-08-06 20:46:26 +0200 |
commit | 1c4ab27d93331d8ec28df45851acd8bcaec54d3b (patch) | |
tree | 5955c8f6e1367874a7f1e080fcfe4e8a6eb28b25 | |
parent | 7bfd03e452d06a3f76f23985e9842ffc47be2f80 (diff) | |
parent | 6bcad24a3ca0833c771386f729153e1567c62245 (diff) |
Merge branch 'master' of github.com:xroche/httrack
-rw-r--r-- | INSTALL.Linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.Linux b/INSTALL.Linux index 6ab2543..e499c8d 100644 --- a/INSTALL.Linux +++ b/INSTALL.Linux @@ -1,7 +1,7 @@ HTTrack Website Copier - Install notes -------------------------------------- -On most systems (including GNU/Linux), installing can be easily acheived using the following command: +On most systems (including GNU/Linux), installing can be easily achieved using the following command: ./configure && make && make install -or- (if not compiling as root) |