summaryrefslogtreecommitdiffstats
path: root/sd-plugin
diff options
context:
space:
mode:
authorsariel <shahar.ariel@verizonmedia.com>2021-10-20 11:26:07 +0300
committersariel <shahar.ariel@verizonmedia.com>2021-10-20 11:26:07 +0300
commitf81f1c9be0c7a8792170926ce49fe144e1fcca7a (patch)
treefc7c7e883516a363fbca58e7fb9b09d88d73446a /sd-plugin
parent8964cbed0c69e539235eb482651e6f84efd22898 (diff)
Add running instructions
Diffstat (limited to 'sd-plugin')
-rw-r--r--sd-plugin/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd-plugin/README.md b/sd-plugin/README.md
index 76a0a53d49f..6111de67776 100644
--- a/sd-plugin/README.md
+++ b/sd-plugin/README.md
@@ -15,5 +15,6 @@ After cloning, you should:
Now you should have a "gen" folder next to the "java" folder, and it contains all the parser and lexer code.
-Improtant note! After any change in one of this 2 files (bnf, flex) you'll need to generate again. The proper way is to delete the "gen" folder and then do 1-2 again.
+Important note! After any change in one of this 2 files (bnf, flex) you'll need to generate again. The proper way is to delete the "gen" folder and then do 1-2 again.
+Now, you can run the gradle task "runIde", open a project with some sd file and see how the plugin works on it. \ No newline at end of file