Typo fix.
[open-adventure.git] / INSTALL.adoc
index a51b8acd66aa6a870c5ece89e6e5d1490cfaf251..5184d6bc1201fc14a14b728ff4c3d00a7b408a50 100644 (file)
@@ -1,4 +1,6 @@
 = Installing Open Adventure =
+// SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
+// SPDX-License-Identifier: CC-BY-4.0
 
 Installation now requires Python3 due to a security issue
 with the YAML library.
@@ -19,3 +21,5 @@ You can also use pip to install PyYAML: `pip3 install PyYAML`.
 4. Optionally run a regression test on the code with `make check`.
 
 5. Run `./advent` to play.
+
+6. If you want to buld the documentation you will need asciidoctor.