From d8b67d9510123320c78bf15c26c8a0177848b0b1 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 28 Jun 2026 04:42:09 +0800
Subject: [PATCH] Document ASC authentication handoff for 8.1.6

---
 readme.md |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/readme.md b/readme.md
index 885b62b..bb2ecc7 100644
--- a/readme.md
+++ b/readme.md
@@ -1 +1,27 @@
-TagLauncher online help PDFs.
+# TagLauncher
+
+TagLauncher is a tag-based Mac app launcher. This repository now uses `/src` as the single canonical source tree.
+
+## Source
+
+- App source, build scripts, QA scripts, catalogs, and release materials live in `src/`.
+- Build from `src/`, for example:
+
+```bash
+cd /Users/ar/Projects/Taglauncher/src
+bash build.sh
+```
+
+- Do not create sibling source folders such as `/Users/ar/Projects/Taglauncher-*-source`.
+
+## Website
+
+- Home: https://shanghai3168.github.io/taglauncher/
+- Support (EN): https://shanghai3168.github.io/taglauncher/support-en.html
+- Support (zh-Hans): https://shanghai3168.github.io/taglauncher/support.html
+- Privacy (EN): https://shanghai3168.github.io/taglauncher/privacy.html
+- Privacy (zh-Hans): https://shanghai3168.github.io/taglauncher/privacy-zh.html
+
+## Help PDFs
+
+Localized help manuals are attached to [GitHub Releases](https://github.com/shanghai3168/taglauncher/releases) . The Mac app opens these URLs from Preferences → About.

--
Gitblit v1.9.3