From 61cd53117fb467ccff71f66aa4af54236e6e90e0 Mon Sep 17 00:00:00 2001 From: Goku-kun Date: Sun, 20 Aug 2023 18:32:17 +0530 Subject: [PATCH] Update: README to include instruction and link to install JDK --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 97c90c8a..c423e912 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ Here are the steps to run the project locally. 1. Follow the steps to setup the Firebase emulators: + - Kindly install [Java JDK version 11 or higher](https://jdk.java.net/) before proceeding. + ```bash firebase init ```