Skip to content

Commit b77c9af

Browse files
committed
Doc: add install steps
1 parent bcb9cc9 commit b77c9af

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,14 @@ Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=soc
2121
- Access your environment from any place
2222
- Onboard instantly then stay up to date continuously
2323

24-
<!-- Plugin description end -->
24+
<!-- Plugin description end -->
25+
26+
## Getting Started
27+
28+
To manually install a local build:
29+
30+
1. Install [Jetbrains Gateway](https://www.jetbrains.com/help/phpstorm/remote-development-a.html#gateway)
31+
2. run `./gradlew clean buildPlugin` to generate a zip distribution
32+
3. locate the zip file in the `build/distributions` folder and follow [these instructions](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk) on how to install a plugin from disk.
33+
34+
Alternatively, `./gradlew clean runIde` will deploy a Gateway distribution (the one specified in `gradle.properties` - `platformVersion`) with the latest plugin changes deployed.

0 commit comments

Comments
 (0)