From e750bc2e24c850d5dd4b87953e5d41bf1c75b459 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 8 May 2022 08:16:58 +0300 Subject: fix: make it easier to see the rendered roadmap outside of gitlab Sponsored-by: author --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d31eb4..ea996e4 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,9 @@ To run: cargo run --bin roadmap2dot legend.yaml | dot -Tsvg > legend.svg ~~~ -This will produce a graph like the one below. +This will produce a graph, which is visible below if this README is +rendered from the source tree; or you can it [in the +repository](https://gitlab.com/larswirzenius/roadmap/-/blob/main/legend.svg). ![](legend.svg "See yaml for textual version") -- cgit v1.2.1