diff options
author | Kali Kaneko <kali@leap.se> | 2015-11-19 00:01:08 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-11-19 00:01:40 -0400 |
commit | 4cfd0c8a929679a0a468f53f4ad5dcd2c83670fe (patch) | |
tree | eebd72f50aba677d6de1c89a0476672128967586 /bonafide/README.rst | |
parent | 7153d5ef69f7a11d83e0c689689d6c687cbd03e7 (diff) |
[feat] use twisted IService interface to run bonafide service
Diffstat (limited to 'bonafide/README.rst')
-rw-r--r-- | bonafide/README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bonafide/README.rst b/bonafide/README.rst index 044ac71..1a4e44e 100644 --- a/bonafide/README.rst +++ b/bonafide/README.rst @@ -17,4 +17,8 @@ the package in development mode by running:: from the parent folder. +To run the bonafide daemon:: + + make bonafide_server + Then you can use `bonafide_cli2 -h` to see the available commands. |