Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 2c17e8c

Browse files
rabbahstarpit
authored andcommitted
Fix path in doc.
1 parent e663d05 commit 2c17e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ includes a suite of plugins, located in the `app/plugins/` directory.
1010

1111
If, in the process of development, you add, remove, or otherwise
1212
change the way a command will map to plugins, you **must** re-execute
13-
`(cd app/bin && node compile.js)`, and then reload the renderer process.
13+
`(cd dist && node compile.js)`, and then reload the renderer process.
1414

1515
## Code Layout
1616

0 commit comments

Comments
 (0)