From 41a48ea197d1bfbc52558bb486986fc8845ef0f5 Mon Sep 17 00:00:00 2001 From: Gilbert Date: Wed, 5 Nov 2025 16:12:37 -0800 Subject: [PATCH] feat(docs): update README with installation instructions --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fb2e825..fd2cbca 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,14 @@ A Figma plugin that extracts design variables (colors, typography, spacing, etc. - ## Quick Installation -1. **Extract this ZIP file** to a folder on your computer (remember where you put it!) -2. **Open Figma Desktop** (download from if you don't have it) -3. In Figma, go to **Menu** → **Plugins** → **Development** → **Import plugin from manifest...** -4. Navigate to the folder where you extracted these files -5. Select `manifest.json` -6. Done! The plugin will appear under **Plugins** → **Development** → **FigGit** +1. **Download the latest release** from the [Releases page](https://github.com/findyourexit/figgit/releases). +2. **Extract the ZIP file** to a folder on your computer (remember where you put it!). +3. **Open Figma Desktop** (download from if you don't have it). +4. In Figma, go to **Menu** → **Plugins** → **Development** → **Import plugin from manifest...** +5. Navigate to the folder where you extracted the files. +6. Select `manifest.json`. +7. Done! The plugin will appear under **Plugins** → **Development** → **FigGit**. + > [!TIP] > When using the plugin, you'll be given an opportunity to save your input settings, using the "Save Settings" button - this is highly recommended, as it'll make your life easier for the next time you're exporting Figma design tokens!