We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc64e7 commit 0ea476aCopy full SHA for 0ea476a
README.md
@@ -23,10 +23,6 @@ Extract the archive into `<vault>/.obsidian/plugins`.
23
Alternatively, using bash:
24
```bash
25
OBSIDIAN_VAULT_DIR=/path/to/your/obsidian/vault
26
-
27
-# create plugins directory if it's not yet there
28
mkdir -p $OBSIDIAN_VAULT_DIR/.obsidian/plugins
29
30
-# unzip `main.js` and `manifest.json` into a plugin directory
31
unzip ~/Downloads/obsidian-url-into-selection_v1.0.0.zip -d $OBSIDIAN_VAULT_DIR/.obsidian/plugins
32
```
0 commit comments