From 43a60393c7397726f5e1a4659be4e742ea06790a Mon Sep 17 00:00:00 2001 From: hacker-c <1507559148@qq.com> Date: Sun, 16 Mar 2025 14:05:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de09cff..0bc28ac 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,16 @@ This is an Obsidian plugin designed to open projects or files directly in GitHub ![preview1](./.github/img/preview1.png) ![preview2](./.github/img/preview2.png) -## Manually installing the plugin +## Installation -- Copy over `main.js`,`manifest.json`,`styles.css` to your vault `VaultFolder/.obsidian/plugins/open-in-github`. +1. Download Release Files: + - main.js + - manifest.json + - styles.css (if applicable) +2. Copy Files to Plugin Folder: + Paste the downloaded files into your vault’s plugin folder: `VaultFolder/.obsidian/plugins/open-in-github` +3. Enable the Plugin: + Restart Obsidian, go to Settings > Community plugins and enable the plugin. ## Development