Slight updates to README to provide clearer IntelliJ instructions

This commit is contained in:
Ceikry 2022-06-09 09:53:21 +00:00 committed by Ryan
parent 48efab32e1
commit a61c6072be

View file

@ -191,8 +191,9 @@ After setting up git lfs, you may need to run `git lfs pull` in the root of the
4. Right click pom.xml and click "Add Maven Project" 4. Right click pom.xml and click "Add Maven Project"
5. Expand the Server folder 5. Expand the Server folder
6. Right click pom.xml and click "Add Maven Project" 6. Right click pom.xml and click "Add Maven Project"
7. Restart IntelliJ 7. In IntelliJ, File -> Invalidate Caches -> Invalidate Caches and Restart
8. You should now have ready-made run configurations in the top right: [Windows] Run MS, [Windows] Run Server, [Linux] Run MS, [Linux] Run Server 8. You should now have ready-made run configurations in the top right: [Windows] Run MS, [Windows] Run Server, [Linux] Run MS, [Linux] Run Server
9. Go ahead and use the Run Server configuration for your OS to make sure everything worked.
### IDE Integration: Eclipse ### IDE Integration: Eclipse
Note: This section could use improvement. If you have a better way to integrate the project with eclipse, feel free to open an MR! Note: This section could use improvement. If you have a better way to integrate the project with eclipse, feel free to open an MR!