Skip to content

Commit

Permalink
simplify contributing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Jul 31, 2018
1 parent 1c30121 commit 6ca3ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ If you would like to [contribute](https://github.com/acejump/AceJump/pulls), her
* [Speed up tagging on large files](https://github.com/acejump/AceJump/issues/161)
* [Support user-configurable keyboard layouts](https://github.com/acejump/AceJump/issues/172)

To start [IntelliJ IDEA CE](https://github.com/JetBrains/intellij-community) with AceJump installed, run `./gradlew runIde -Project=$(pwd)`.
To start [IntelliJ IDEA CE](https://github.com/JetBrains/intellij-community) with AceJump installed, run `./gradlew runIde -PluginDev`.

For documentation on plugin development, see the [IntelliJ Platform SDK](www.jetbrains.org/intellij/sdk/docs/).

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tasks {
}

withType<RunIdeTask> {
findProperty("roject")?.let { args = listOf(it as String) }
findProperty("luginDev")?.let { args = listOf(projectDir.absolutePath) }
}
}

Expand Down

0 comments on commit 6ca3ec3

Please sign in to comment.