From a9487484fe8bfabbc3b450a422f47859813fac7a Mon Sep 17 00:00:00 2001 From: "ryan.gogo" Date: Sun, 15 Feb 2026 14:28:55 +0100 Subject: [PATCH] Fix: Use placeholders instead of hardcoded template repo path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed deployment key instructions to use YOUR-USERNAME/YOUR-REPO instead of hardcoded template path. This is a TEMPLATE - users deploy their own repositories, not the template repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edc9260..a9148f4 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ saac create application \ ``` **Note:** The first deployment may fail if the deployment key is not approved. To fix: -1. Go to: `https://git.startanaicompany.com/StartAnAiCompanyTemplates/template_001/settings/keys` +1. Go to: `https://git.startanaicompany.com/YOUR-USERNAME/YOUR-REPO/settings/keys` 2. Approve any deployment keys that appear 3. Redeploy with: `saac deploy`