feat(README.md): added README
This commit is contained in:
parent
c0db32ab36
commit
109535214a
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# bndd
|
||||
## The daemon for boundaries
|
||||
|
||||
### Note: This repository is part of the [boundaries](https://github.com/pauljako/boundaries) rewrite as a client/server model. Once it is completed, the old boundaries will be deprecated.
|
||||
|
||||
## Installing
|
||||
#### Note: Currently, bndd requires another boundaries installation to already be installed.
|
||||
|
||||
You can compile the package with the following command (assuming [bpb](https://github.com/pauljako/bpb) and go are installed):
|
||||
```shell
|
||||
bpb .
|
||||
```
|
||||
|
||||
After that you can install the built package inside the package/ directory
|
Loading…
Add table
Reference in a new issue