We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db766d commit cc974d3Copy full SHA for cc974d3
README.md
@@ -77,9 +77,9 @@ This command will automatically build the neccesary files for testing and develo
77
78
Also, make sure that you copy the built files into the the plugins directory.
79
80
-For example (command for OSX):
+For example:
81
```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
+$ cp main.js manifest.json src/styles.css /<path-to-obsidian-vault>/.obsidian/plugins/obsidian-icon-folder
83
```
84
85
Finally, you can customize the plugin and add it to your plugins.
0 commit comments