aboutsummaryrefslogtreecommitdiff
path: root/docs/readme.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-14 14:43:33 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-14 14:43:33 +0200
commita24ebd2dce62255873ec204065262c8743245769 (patch)
tree13839d9b93aa9d3a3e90a24f12b3069e48785e33 /docs/readme.md
parent898bc5d79c70c859d66b8c1548446c6e45302421 (diff)
fix source management in asciidoc
Diffstat (limited to 'docs/readme.md')
-rw-r--r--docs/readme.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/readme.md b/docs/readme.md
index 262cac1..efcf30d 100644
--- a/docs/readme.md
+++ b/docs/readme.md
@@ -1,8 +1,9 @@
# docs
-This folder contains the project documentation in [asciidoc][asciidoc] format.
-A makefile is provided for easily compiling these documents into PDFs for
-submission.
+This folder contains the project documentation in [AsciiDoc][asciidoc] format.
+To compile the documents, make sure you have [Ruby][rubydl] and the
+dependencies installed by running the `bundle` command in this folder. A
+makefile is provided for convenience.
## TODO
@@ -17,7 +18,10 @@ submission.
- [x] section numbers (headings)
- [ ] requirements
- [x] figures
-- [ ] citations
+- [x] citations
- [ ] glossary
- [ ] PDF style
+[rubydl]: https://www.ruby-lang.org/en/documentation/installation/
+[asciidoc]: https://asciidoc.org/
+