mirror of
https://github.com/hacker-c/obsidian-open-in-github-plugin.git
synced 2026-07-22 12:20:27 +00:00
📝 docs: update README
This commit is contained in:
parent
c5aec579c6
commit
43a60393c7
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
|
@ -5,9 +5,16 @@ This is an Obsidian plugin designed to open projects or files directly in GitHub
|
|||

|
||||

|
||||
|
||||
## 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue