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 cbf2f07 commit a59d5ddCopy full SHA for a59d5dd
README.md
@@ -2,11 +2,15 @@
2
3
Code for FRC 2036 Black Knights' 2020 Infinite Recharge robot.
4
5
-## Java Requirements
6
-This project is compatible with Java 11, which is
7
-not the most recent version of Java. It is
+## Environment
+This project is most compatible with Java 11, which is
+not the most recent version of Java.
8
+
9
+It is
10
recommended to use [jEnv](https://github.com/jenv/jenv)
-to switch between Java versions.
11
+to switch between Java versions on Mac OS and Linux.
12
+I followed [these](https://chamikakasun.medium.com/how-to-manage-multiple-java-version-in-macos-e5421345f6d0)
13
+instructions to set up jEnv on macOS Big Sur.
14
15
## Building
16
0 commit comments