summaryrefslogtreecommitdiff
path: root/INSTALL.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.Linux')
-rw-r--r--INSTALL.Linux10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL.Linux b/INSTALL.Linux
new file mode 100644
index 0000000..21148d6
--- /dev/null
+++ b/INSTALL.Linux
@@ -0,0 +1,10 @@
+HTTrack Website Copier - Install notes
+--------------------------------------
+
+On most systems (including GNU/Linux), installing can be easily acheived using the following command:
+
+./configure && make && make install
+-or- (if not compiling as root)
+./configure && make && su -c 'make install'
+
+See also the INSTALL generic help file.