about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTim Blazytko <tim.blazytko@rub.de>2015-08-12 21:42:05 +0200
committerTim Blazytko <tim.blazytko@rub.de>2015-08-12 21:42:05 +0200
commitf40d83cb078a2337508f16b400430685ba3a27b1 (patch)
tree6fd6061661cf1405276070191782f810b8b6450d
parentbd47054b59077cc6b0aa91b3a542bc5bf2c12ff8 (diff)
downloadmiasm-f40d83cb078a2337508f16b400430685ba3a27b1.tar.gz
miasm-f40d83cb078a2337508f16b400430685ba3a27b1.zip
README: fixed elfesteem documentation
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2e9c3b8b..dc6b9ef6 100644
--- a/README.md
+++ b/README.md
@@ -456,8 +456,8 @@ Configuration
 
 * Install elfesteem
 ```
-hg clone https://code.google.com/p/elfesteem/
-cd elfesteem_directory
+git clone https://github.com/serpilliere/elfesteem.git elfesteem
+cd elfesteem
 python setup.py build
 sudo python setup.py install
 ```