From 86877b87c2df6499ab3160243287eac02a64db02 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 3 Jul 2023 00:54:01 -0400 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 40f64ce..9bea70a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Create a LinkTree page for free from a yaml template. +## DEMO + +See my implementation at [https://tyrel.dev/links/](https://tyrel.dev/links/). + ## Acknowledgements @@ -49,6 +53,7 @@ Optionally install to get `rustylinks` on path. ## Roadmap - Add command line options for directories +- Don't hardcode `links.yaml` - Add tests - Add Github Action support - Add SSH copying support