Skip to content

Commit 5547cb7

Browse files
Krystian PanekKrystian Panek
authored andcommitted
Doc
1 parent 8c9ad27 commit 5547cb7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

DEVELOPMENT.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ Universal tool to manage AEM instances everywhere!
1414
1. Install Go: <https://go.dev/doc/install>,
1515
2. Set up shell, append lines *~/.zshrc* with content below then restart IDE/terminals,
1616

17-
```shell
18-
export GOPATH="$HOME/go"
19-
export PATH="$GOPATH/bin:$PATH"
20-
```
17+
```shell
18+
export GOPATH="$HOME/go"
19+
export PATH="$GOPATH/bin:$PATH"
20+
```
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.
2126

2227
## Building & OS-wide installation
2328

0 commit comments

Comments
 (0)