Skip to content

Commit cc974d3

Browse files
committed
docs: update cp command for building
1 parent 4db766d commit cc974d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ This command will automatically build the neccesary files for testing and develo
7777

7878
Also, make sure that you copy the built files into the the plugins directory.
7979

80-
For example (command for OSX):
80+
For example:
8181
```sh
82-
$ cp main.js manifest.json src/styles.css /Users/<user>/Library/Mobile\ Documents/iCloud\~md\~obsidian/Documents/Second\ Brain/.obsidian/plugins/obsidian-icon-folder
82+
$ cp main.js manifest.json src/styles.css /<path-to-obsidian-vault>/.obsidian/plugins/obsidian-icon-folder
8383
```
8484

8585
Finally, you can customize the plugin and add it to your plugins.

0 commit comments

Comments
 (0)