From eb6b8d0887ec7eca816ec13027b21900f07169bc Mon Sep 17 00:00:00 2001 From: peteyboy Date: Mon, 14 Feb 2022 18:58:35 +0000 Subject: [PATCH] Updated README to show the LiveViewer plugin dependency. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6782d70..01d77c2 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,6 @@ then for each package, you can run *cpanminus*: $>cpnam Mojo::Loader ... +Also, the Life Viewer is a super-cool javascript plugin app from the people at [Conwaylife.com](https://conwaylife.com) that is expected to be in the same directory as the CGI file. It is available with instructions [here](https://conwaylife.com/wiki/Tutorials/LifeViewer_JavaScript_plug-in) + +Next steps will be to inject some better defaults into the RLE that the plugin recognizes so users don't have to set Generations Per Second every time.