From 745c18f7a0c37698608f0bfe007f0ec5984bf02a Mon Sep 17 00:00:00 2001 From: abhiubuntu Date: Tue, 3 Oct 2023 07:26:29 +0530 Subject: [PATCH] mentioned generate_default_tag.sh in the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 183263e099..18dcff9074 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,10 @@ Please follow the below steps for Windows: - Generate prerequisite files; build in Debug Mode: ```bash + # if you are developing on top of a forked repository; please run following command first + # ./generate_default_tag.sh + + ./build0.sh ./build1.sh ```