summaryrefslogtreecommitdiff
path: root/docs/toolchain.md
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-10-25 14:53:54 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-10-25 14:53:54 +0200
commitaa9b32f8cd1467e9718959f400f6777e5d71737d (patch)
treeb88bbede15108c6855d7f94ded4c7054df186a72 /docs/toolchain.md
parenteb0e0a3bc557c05a70eead388797ab850ea87366 (diff)
parentb7a71e5b4aa77b41ef41deec2ace42b67a5a13a7 (diff)
merge: Integrate v2.1 progress into public repository
This pull request integrates the changes planned for the v2.1 release of OpenDC into the public Github repository in order to sync the progress of both repositories.
Diffstat (limited to 'docs/toolchain.md')
-rw-r--r--docs/toolchain.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/toolchain.md b/docs/toolchain.md
index 4b029ebc..016c8201 100644
--- a/docs/toolchain.md
+++ b/docs/toolchain.md
@@ -12,13 +12,13 @@ Follow the steps below to get it all set up!
## Contents
1. [Installing Java](#1-installing-java)
-1. [Building and Developing](#2-building-and-developing)
- 1. [Setup with IntelliJ IDEA](#21-setup-with-intellij-idea)
- 1. [Setup with Command Line](#22-setup-with-command-line)
+2. [Building and Developing](#2-building-and-developing)
+3. [Setup with IntelliJ IDEA](#21-setup-with-intellij-idea)
+4. [Setup with Command Line](#22-setup-with-command-line)
## 1. Installing Java
-Kotlin requires a Java installation of version 8 or higher. Make sure to install
+OpenDC requires a Java installation of version 11 or higher. Make sure to install
the [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html), not only the JRE (the JDK also includes
a JRE).