diff options
author | Xavier Roche <roche@httrack.com> | 2015-08-06 20:44:21 +0200 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2015-08-06 20:44:21 +0200 |
commit | 6bcad24a3ca0833c771386f729153e1567c62245 (patch) | |
tree | bc20ab65c2462d9a838d5908dee65ff5d5d336ec | |
parent | 7451670a5185dfd62ca26c2de4a9f914c539c365 (diff) | |
parent | e45056ad6deeea3b0aebdf493fc7fc360b0302ef (diff) |
Merge pull request #79 from gpunktschmitz/patch-1
fixed typo
-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) |