Update README for r2pm usage

This commit is contained in:
Eugene 2017-01-07 00:31:12 +04:00 committed by Maijin
parent 92c72bab99
commit 748dace208
1 changed files with 6 additions and 2 deletions

View File

@ -85,12 +85,16 @@ To start to use it for the first time you need to initialize packages:
And to refresh packages before installation/updating a new one:
$ r2pm refresh
$ r2pm update
To install/update package use the command
To install package use the command
$ r2pm install [package name]
To update package use the command
$ r2pm update [package name]
# Bindings
All language bindings are under the r2-bindings directory.