From 022360e152bf7ea2f3d27f349ecf4422e4d5a14c Mon Sep 17 00:00:00 2001 From: shrihanDev <54971391+shrihanDev@users.noreply.github.com> Date: Mon, 4 Jul 2022 14:55:46 +0530 Subject: [PATCH] docs: clarify that Node.js is required only if... ...revanced-builder is used from source. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdb29af7..06551a46 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This project will allow you to download the YouTube APK and build ReVanced easil ## Required -You'll need at least [NodeJS v13](https://nodejs.org/), [Zulu JDK 17](https://www.azul.com/downloads/?version=java-17-lts&package=jdk) and [ADB](https://developer.android.com/studio/command-line/adb) (optional, required only for rooted phones). +You'll need at least [Zulu JDK 17](https://www.azul.com/downloads/?version=java-17-lts&package=jdk) and [ADB](https://developer.android.com/studio/command-line/adb) (optional, required only for rooted phones). + +If you plan to use it from source, you'll also require [NodeJS >=13](https://nodejs.org/). ## The noob way