From 43a528724e35df5c5c3d41b8bdce74ff208c1fb4 Mon Sep 17 00:00:00 2001 From: "Scott C. Livingston" Date: Sat, 30 Dec 2023 15:12:35 -0800 Subject: [PATCH] DOC: list GraphViz in root README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e0e53a1..43737fb 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,9 @@ what is to be gained by building gr1c with it. - [GNU Readline](https://www.gnu.org/software/readline/), for an enhanced command prompt during interactive sessions. Note that there is a built-in prompt. +- [GraphViz](https://www.graphviz.org/), for strategy visualization from the + output format type `dot`. + Building from Source --------------------