diff --git a/README.md b/README.md index 99d38f8..09df697 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,15 @@ A simple and elegant task timer plugin for Obsidian with category support and da ## Installation +### Install from Release + +1. Download the latest release zip from the GitHub releases page +2. Extract the zip file +3. Copy the `taskweaver` folder to your vault's plugins directory: + - `/.obsidian/plugins/` +4. Reload Obsidian +5. Enable the plugin in Settings → Community Plugins + ### Manual Installation 1. Build the plugin: @@ -34,7 +43,7 @@ A simple and elegant task timer plugin for Obsidian with category support and da - Copy `main.js`, `manifest.json`, and `styles.css` to: - `/.obsidian/plugins/taskweaver/` -3. Reload Obsidian and enable the plugin in Settings ’ Community Plugins +3. Reload Obsidian and enable the plugin in Settings � Community Plugins ### Quick Package Script