diff options
| author | Bobby <[email protected]> | 2025-09-23 02:25:30 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-09-23 02:25:30 +0530 |
| commit | 0406b01d328a6814954008a4acdc87476b1e313a (patch) | |
| tree | eebeabfaf7b80c63a5a14d84430c7b6054438d60 | |
| parent | 6ca82486f8606f3689c600e16df079a9e49d570a (diff) | |
| download | thunderbird-ai-compose-0406b01d328a6814954008a4acdc87476b1e313a.tar.xz thunderbird-ai-compose-0406b01d328a6814954008a4acdc87476b1e313a.zip | |
updated readme
| -rw-r--r-- | README | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -0,0 +1,33 @@ + + +## 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. |
