aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-09-23 03:13:09 +0530
committerGitHub <[email protected]>2025-09-23 03:13:09 +0530
commitcd058077738e43f3e7449ee56966616e24de423c (patch)
tree7af495e5db70005dc0fceb3522c10a9064bd260d
parentb03e7feb7a2002a6985d77e0acec33d0523b67c9 (diff)
downloadthunderbird-ai-compose-cd058077738e43f3e7449ee56966616e24de423c.tar.xz
thunderbird-ai-compose-cd058077738e43f3e7449ee56966616e24de423c.zip
Delete README
-rw-r--r--README33
1 files changed, 0 insertions, 33 deletions
diff --git a/README b/README
deleted file mode 100644
index cd0fb53..0000000
--- a/README
+++ /dev/null
@@ -1,33 +0,0 @@
-![Thunderbird AI Compose Banner](./banner.png)
-
-## Installation (Development Build)
-
-1. Clone the repository:
-
- ```bash
- git clone https://github.com/luciferreeves/thunderbird-ai-compose.git
- cd thunderbird-ai-compose
- ```
-
-2. Install dependencies:
-
- ```bash
- npm install
- ```
-
-3. Build the extension:
-
- ```bash
- npm run build
- ```
-
-4. Open Thunderbird and go to:
-
- `Tools` → `Developer Tools` → `Debug Add-ons` → `Load Temporary Add-on`
-
-
-5. Select the generated `manifest.json` inside the `build/` folder.
-
-## License
-
-This project is licensed under the **MIT License**. See [LICENSE](./LICENSE) for details.