Skip to content

Commit 97e5ec0

Browse files
ex3m1024GreYko
authored andcommitted
RunIde command fix (#106)
Corrected the command to launch Idea in development mode as it caused a huge misunderstanding due to different command naming similarities
1 parent 941cd62 commit 97e5ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Gradle is used as build system.
6262
./gradlew buildPlugin
6363

6464
# Run idea in development mode
65-
./gradlew runIdea
65+
./gradlew :graph-database-support-plugin:runIde
6666
```
6767

6868
## Contacts

0 commit comments

Comments
 (0)