aboutsummaryrefslogtreecommitdiff
path: root/docs/readme.md
diff options
context:
space:
mode:
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/
+