diff options
author | Kali Kaneko <kali@leap.se> | 2015-12-09 12:31:51 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-12-09 12:40:00 -0400 |
commit | 51b3c7c7677a4acf2565b480d64d473e4ba6bcf1 (patch) | |
tree | eeb65220aa7504875d4539857ca6bd434d428651 /bonafide | |
parent | 02262afe5bcf4726966187a0e1efe4df5c6ff215 (diff) |
use bitmask.core to test bonafide
Diffstat (limited to 'bonafide')
-rw-r--r-- | bonafide/README.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bonafide/README.rst b/bonafide/README.rst index 2e10764..554bb37 100644 --- a/bonafide/README.rst +++ b/bonafide/README.rst @@ -18,8 +18,10 @@ the package in development mode by running:: from the parent folder. -To run the bonafide daemon:: +To run the bonafide service, you can use the bitmask.core daemon. From the root +of the bitmask_core repo:: - make bonafide_server + make bitmaskd -Then you can use `bonafide_cli2 -h` to see the available commands. +Then you can use `bitmask_cli` to see the available actions, under the user +command. |