From ff1aa5a5184524a46ef394b1b4024ff88fc98ad4 Mon Sep 17 00:00:00 2001 From: Pawel Paradysz Date: Sun, 17 Mar 2024 08:08:07 +0000 Subject: [PATCH] Update index.md For someone coming from JavaScript background having a JDK may not be obvious. --- doc/tutorial/basic/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/basic/index.md b/doc/tutorial/basic/index.md index 1079a3a..ff6d64c 100644 --- a/doc/tutorial/basic/index.md +++ b/doc/tutorial/basic/index.md @@ -7,7 +7,7 @@ This is a step-by-step tutorial where we start with the setup of a Scala.js sbt ## Step 0: Prerequisites -To go through this tutorial, you will need to [download & install sbt](https://www.scala-sbt.org/1.x/docs/Setup.html). Note that no prior sbt knowledge (only a working installation) is required to follow the tutorial. +To go through this tutorial, you will need to have installed a Java Development Kit (JDK) and [download & install sbt](https://www.scala-sbt.org/1.x/docs/Setup.html). Note that no prior sbt knowledge (only a working installation) is required to follow the tutorial. You will also need to [download & install Node.js](https://nodejs.org/en/download/).