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 b2fd053 commit 4f02537Copy full SHA for 4f02537
README-InstallingIntelliJ.md
@@ -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
@@ -13,6 +13,7 @@
13
14
## Getting Started
15
* Begin by opening the project via its `pom.xml` with IntelliJ.
16
+ * [How do I install IntelliJ](./README-InstallingIntellij.md)
17
* Continue by opening the `test.java.rocks.zipcodewilmington` package and completing each of the `TODO`s.
18
19
### CatTest
0 commit comments