From 71a520840eb3debe46173c1f73bc85bbea0b1aa6 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 28 Jun 2026 23:42:38 +0800
Subject: [PATCH] Implement Pro custom hotkeys for 8.2.0

---
 readme.md |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/readme.md b/readme.md
index c14023d..bb2ecc7 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,18 @@
 # TagLauncher
 
-Public resources for [TagLauncher](https://shanghai3168.github.io/taglauncher/) — a tag-based Mac app launcher.
+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
 
@@ -13,5 +25,3 @@
 ## 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.
-
-Application source code is not published in this repository.

--
Gitblit v1.9.3