Add basic r2pm information

This commit is contained in:
Anton Kochkov 2016-06-09 11:45:47 +03:00
parent bfe3debc50
commit 5456670208

View file

@ -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