diff --git a/README.md b/README.md index d17f234ba2..fe712c1bd3 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,22 @@ version or remove all previous installations: $ make uninstall $ make purge +# Package manager + +Radare2 has its own package manager - r2pm. It's packages +repository is on [GitHub too](https://github.com/radare/radare2-pm). +To start to use it for the first time you need to initialize packages: + + $ r2pm init + +And to refresh packages before installation/updating a new one: + + $ r2pm refresh + +To install/update package use the command + + $ r2pm install [package name] + # Bindings All language bindings are under the r2-bindings directory. @@ -86,7 +102,7 @@ to swig interfaces, nodejs-ffi or other and then compiled. The easiest way to install the python bindings is to run: - $ sys/python.sh + $ r2pm install python In addition there are `r2pipe` bindings, which are an API interface to interact with the prompt, passing commands