Skip to content

Commit 87563de

Browse files
authored
Update CONTRIBUTING.md (#4206)
1 parent ba427a9 commit 87563de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ reported the issue. Please try to include as much information as you can. Detail
3030
```
3131
brew install dotnet@6
3232
```
33+
* If Gradle cannot find `dotnet`, run `./gradlew --stop` and `./gradlew projects` to reload the daemon. Note that this should be done in your terminal as invoking Gradle through the IDE will use the IDE's cached PATH.
3334
3435
### Instructions
3536
36-
1. Clone the github repository and run `./gradlew :intellij:buildPlugin` <br/> (This will produce a plugin zip under `intellij/build/distributions`)
37+
1. Clone the github repository and run `./gradlew :plugin-toolkit:intellij:buildPlugin` <br/> (This will produce a plugin zip under `plugins/toolkit/intellij/build/distributions`)
3738
2. In your JetBrains IDE (e.g. IntelliJ) navigate to the `Plugins` preferences and select "Install Plugin from Disk...", navigate to the zip file produced in step 1.
38-
4. You will be prompted to restart your IDE.
39+
3. You will be prompted to restart your IDE.
3940
4041
## Contributing via Pull Requests
4142

0 commit comments

Comments
 (0)