summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-05-08 08:16:58 +0300
committerLars Wirzenius <liw@liw.fi>2022-05-08 08:16:58 +0300
commite750bc2e24c850d5dd4b87953e5d41bf1c75b459 (patch)
tree35e923bd9c948dbf1115d4cc35edd3873cb7d6fe
parented5dc3b8bd69bfcd250222278c46f2302a101ae8 (diff)
downloadroadmap-e750bc2e24c850d5dd4b87953e5d41bf1c75b459.tar.gz
fix: make it easier to see the rendered roadmap outside of gitlab
Sponsored-by: author
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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")