15 lines
560 B
Markdown
15 lines
560 B
Markdown
## dendrite.daemon
|
|
|
|
Full documentation here: [Dendrite](https://kristianjborgwarth.github.io/dendrite.docs/).
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
curl -fsSL https://raw.githubusercontent.com/KristianJBorgwarth/dendrite.daemon/master/install.sh | sh
|
|
```
|
|
|
|
Supports Linux and macOS on amd64 and arm64. The script places the binary in `~/.local/bin` on Linux and `/usr/local/bin` on macOS. Re-run to update.
|
|
|
|
## Documentation
|
|
|
|
See the [Dendrite docs](https://kristianjborgwarth.github.io/dendrite.docs/) for the full protocol reference, method documentation, and setup guide.
|