aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9364cbf..691a796 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,12 @@
# delf
delf is an ELF dump tool.<br/>
+## Installation
+You will also need to have `libcapstone` installed.
+```sh
+pip install delf
+```
+
## Requirements
You need python3 and `capstone`. If you don't have capstone you can get it by:<br/>
```bash