We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9ad27 commit 5547cb7Copy full SHA for 5547cb7
DEVELOPMENT.md
@@ -14,10 +14,15 @@ Universal tool to manage AEM instances everywhere!
14
1. Install Go: <https://go.dev/doc/install>,
15
2. Set up shell, append lines *~/.zshrc* with content below then restart IDE/terminals,
16
17
-```shell
18
-export GOPATH="$HOME/go"
19
-export PATH="$GOPATH/bin:$PATH"
20
-```
+ ```shell
+ export GOPATH="$HOME/go"
+ export PATH="$GOPATH/bin:$PATH"
+ ```
21
+
22
+3. Setup IDE:
23
+ - IntelliJ IDEA
24
+ - Install [Go Plugin]
25
+ - Remember to "Enable Go Modules" in settings to fix syntax highlighting and autocompletion.
26
27
## Building & OS-wide installation
28
0 commit comments