Skip to content

Commit 0ea476a

Browse files
committed
chore: update README.md
1 parent 6dc64e7 commit 0ea476a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ Extract the archive into `<vault>/.obsidian/plugins`.
2323
Alternatively, using bash:
2424
```bash
2525
OBSIDIAN_VAULT_DIR=/path/to/your/obsidian/vault
26-
27-
# create plugins directory if it's not yet there
2826
mkdir -p $OBSIDIAN_VAULT_DIR/.obsidian/plugins
29-
30-
# unzip `main.js` and `manifest.json` into a plugin directory
3127
unzip ~/Downloads/obsidian-url-into-selection_v1.0.0.zip -d $OBSIDIAN_VAULT_DIR/.obsidian/plugins
3228
```

0 commit comments

Comments
 (0)