From aff12dd584631c391f2a86806bef67f3a3bb9e4d Mon Sep 17 00:00:00 2001 From: Andrea D'Intino Date: Wed, 22 May 2024 12:16:16 +0200 Subject: [PATCH] Update README.md --- contracts/hestia/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/contracts/hestia/README.md b/contracts/hestia/README.md index ecc043d..6b6ce93 100644 --- a/contracts/hestia/README.md +++ b/contracts/hestia/README.md @@ -1,7 +1,9 @@ # Installation -## Important: -The **yarn.lock** file in this subfolder must overwrite the yarn.lock in the root folder +## Setup (Important) +- The **yarn.lock** file in this subfolder must overwrite the yarn.lock in the root folder +- Afterwards, you need to fill in the correct data in the files *2_execute_sql_queries.keys* and *4_execute_flux_queries.keys* + +## Setup and run +After having copied yarn.lock, and filled the .keys files mentioned aboove, you can follow the instruction in the root folder to install and run -## Setup -After having copied yarn.lock, you can follow the instruction in the root folder