From c1eb42545773d24607b27b1bfbb720fe732fcf09 Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 1 Jan 2026 04:41:49 -0400 Subject: [PATCH] Replace pip install command with link to Gitea install guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package isn't on PyPI yet, so link to the Gitea README which has multiple installation options (pip from git, Docker, 60-second setup). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/smarttools/web/templates/pages/index.html | 43 +++++-------------- 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/src/smarttools/web/templates/pages/index.html b/src/smarttools/web/templates/pages/index.html index aa4a118..10ade91 100644 --- a/src/smarttools/web/templates/pages/index.html +++ b/src/smarttools/web/templates/pages/index.html @@ -19,23 +19,17 @@ Provider-agnostic and composable for ultimate flexibility.

- -
-
- - pip install smarttools && smarttools init - -
+ + @@ -203,19 +197,4 @@ {% endif %} - {% endblock %}