From 6174129116ca191c5435c14853047908d05caf5a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 4 Feb 2024 16:46:43 -0500 Subject: [PATCH] Add a detail to the installation instructiions. --- INSTALL.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.adoc b/INSTALL.adoc index 683e2f0..5184d6b 100644 --- a/INSTALL.adoc +++ b/INSTALL.adoc @@ -21,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. -- 2.31.1