From bbf755cbb9c93e8e634090938b05c8437b46e48c Mon Sep 17 00:00:00 2001 From: hushamsaeed Date: Sat, 2 May 2026 14:22:39 +0500 Subject: [PATCH] docs: link to plinth.run in README Audit caught: every other product repo links plinth.run; cli didn't. For a doc-first project the docs link should be in every repo's intro. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dda8116..2de4382 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ `plinth` is a single-binary Go CLI that scaffolds new modules from the [`starter-web`](https://github.com/plinth-dev/starter-web) and [`starter-api`](https://github.com/plinth-dev/starter-api) starters. It downloads a pinned starter tag, rewrites identifiers to your chosen names, and (optionally) initialises a fresh git repository. +Project docs and the broader Plinth platform: [plinth.run](https://plinth.run). + ## Install ```bash