summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7a1ab48
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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
+``` \ No newline at end of file