summaryrefslogtreecommitdiffstats
path: root/README.md
blob: a80f588495cd71c7a3979a9e35dbb3b5f29ef8b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# solecd

## Running

You'll need Go toolchain. Get it [here](https://go.dev/dl/)

```
git clone https://git.sr.ht/~rctt/solecd
cd solecd
go run cmd/daemon/*.go
```