Skip to content

Commit 4f02537

Browse files
Leon HunterLeon Hunter
authored andcommitted
update
1 parent b2fd053 commit 4f02537

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README-InstallingIntelliJ.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Installing IntelliJ
2+
3+
4+
1. First begin by installing HomeBrew by copying and pasting the command below into the terminal
5+
* `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
6+
2. After HomeBrew has been installed, copy and paste the following command in the terminal
7+
* `brew cask install intellij-idea`
8+

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
## Getting Started
1515
* Begin by opening the project via its `pom.xml` with IntelliJ.
16+
* [How do I install IntelliJ](./README-InstallingIntellij.md)
1617
* Continue by opening the `test.java.rocks.zipcodewilmington` package and completing each of the `TODO`s.
1718

1819
### CatTest

0 commit comments

Comments
 (0)