summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 7a1ab4891ca912956f27e83181657a4836bd74bb (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/mock/*.go
```