summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-03-07 18:57:39 +0100
committerbt <bt@rctt.net>2026-03-07 18:57:39 +0100
commitd4ff53aa8469354d70d7d79850d440d1dac7d981 (patch)
treedc93f7cf7685ebec455c90dbfc94ed0480ad944d /README.md
downloadsolec-d4ff53aa8469354d70d7d79850d440d1dac7d981.tar.gz
solec-d4ff53aa8469354d70d7d79850d440d1dac7d981.zip
Initial commit
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