summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-12 15:30:27 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-12 15:30:27 +0200
commit65e9c851f24b2609552428fd92b25328ca238833 (patch)
tree2e55e9bed40e52cd769d29debadabae6a2e14e19
parent452673f56cd48840f453c6a67c9592aff46c91a2 (diff)
Add installation note to README
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 34de00d..3d8eca0 100644
--- a/README
+++ b/README
@@ -3,3 +3,12 @@ efa - inofficial efa.vrr.de commandline client
Requires:
- perl version 5.10 or newer
- The perl module WWW::Mechanize
+
+
+Installation
+
+> make
+> make test
+> sudo make install
+
+You can skip "make test" if you want.