diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md index 6d3f6631d4..765a062dad 100644 --- a/docs/BuildFromSource.md +++ b/docs/BuildFromSource.md @@ -19,9 +19,8 @@ Building ASP.NET Core on Windows requires: PS> ./eng/scripts/InstallVisualStudio.ps1 ``` * Git. -* (Optional) some optional components, like the SignalR Java client, may require - * NodeJS. LTS version of 10.14.2 or newer recommended - * Java Development Kit (JDK) v8 with Java Runtime Environment (JRE) v8. See https://www.oracle.com/technetwork/java/javase/downloads/index.html +* NodeJS. LTS version of 10.14.2 or newer +* Java Development Kit (JDK) v8 with Java Runtime Environment (JRE) v8. See https://www.oracle.com/technetwork/java/javase/downloads/index.html ### macOS/Linux @@ -31,11 +30,10 @@ Building ASP.NET Core on macOS or Linux requires: * If using Linux, you need a machine with all .NET Core Linux prerequisites: * At least 10 GB of disk space and a good internet connection (our build scripts download a lot of tools and dependencies) * Git -* (Optional) some optional components, like the SignalR Java client, may require - * NodeJS. LTS version of 10.14.2 or newer recommended - * Java Development Kit 10 or newer. Either: - * OpenJDK - * Oracle's JDK +* NodeJS. LTS version of 10.14.2 or newer +* Java Development Kit 10 or newer. Either: + * OpenJDK + * Oracle's JDK ## Clone the source code