aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHeiko Bernlöhr <Heiko.Bernloehr@FreeIT.de>2023-04-17 21:01:57 +0200
committerHeiko Bernlöhr <Heiko.Bernloehr@FreeIT.de>2023-04-18 21:56:21 +0200
commitc30827f778264834456bf788c6ac95efa3fb04df (patch)
tree8b18805cf53c3812971c49b457727d4d5ddd3489 /README.md
downloadecsa-doc-c30827f778264834456bf788c6ac95efa3fb04df.tar.gz
ecsa-doc-c30827f778264834456bf788c6ac95efa3fb04df.zip
Initial commit.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..130c686
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+## About
+[Documentation](https://docs.freeit.de/ecsa) for ECSA/ECS.
+
+### Build
+You need [asccidoctor](https://asciidoctor.org) to be installed. Then just do
+
+ asciidoctor --doctype book -a webfonts! -a hyperdoc -o ecsa.html ecsa.adoc
+
+Now open the newly created `ecsa.html` file in your browser.