Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 066a205

Browse files
authored
Update README.md
1 parent dc01ed9 commit 066a205

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Toolbox Gateway plugin sample
22

3-
To load plugin into the provided Toolbox App, put files in the following directory:
3+
To load plugin into the provided Toolbox App, run `./gradlew build copyPlugin`
44

5-
Windows: `%LocalAppData%/JetBrains/Toolbox/cache/plugins/plugin-id`
6-
macOS: `~/Library/Caches/JetBrains/Toolbox/plugins/plugin-id`
7-
Linux: `~/.local/share/JetBrains/Toolbox/plugins/plugin-id`
5+
or put files in the following directory:
6+
7+
* Windows: `%LocalAppData%/JetBrains/Toolbox/cache/plugins/plugin-id`
8+
* macOS: `~/Library/Caches/JetBrains/Toolbox/plugins/plugin-id`
9+
* Linux: `~/.local/share/JetBrains/Toolbox/plugins/plugin-id`
810

911
Put all required .jar files (do not include any dependencies already included with the Toolbox App to avoid possible resolution conflicts),
10-
`extensions.json` and `icon.svg` in this directory.
12+
`extensions.json` and `icon.svg` in this directory.

0 commit comments

Comments
 (0)