Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #22 from shrihanDev/main
Browse files Browse the repository at this point in the history
docs: clarify that Node.js is required only if revanced-builder is used from source.
  • Loading branch information
reis authored Jul 4, 2022
2 parents a98b499 + 022360e commit c23b38c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c23b38c

Please sign in to comment.