aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriskrim46 <[email protected]>2025-01-18 15:00:11 +0100
committerGitHub <[email protected]>2025-01-18 15:00:11 +0100
commitea70bbb78779dd78656c6ddc25c247455fa5738b (patch)
treecd8b49979f7f17cbf7e5f6b519ba47d7ed8c84d3
parenta642fa25a151cd04175d895e8cd058dc9a56709c (diff)
downloadlzcnt.space-ea70bbb78779dd78656c6ddc25c247455fa5738b.tar.xz
lzcnt.space-ea70bbb78779dd78656c6ddc25c247455fa5738b.zip
update readme
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91621cc..9e04002 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,6 @@
-# lzcnt.space \ No newline at end of file
+# lzcnt.space
+source code repository of [lzcnt.space](https://lzcnt.space).
+
+## building
+if you modified log2.s, you shoud run build.sh, it builds deps/genhl and runs `go generate`. genhl requires `make`, `gcc` and `lex` to be installed.
+otherwise you can just run `go build -o lzcnt.space`