From 56f81c793136dc1de4255aeda6058dec6515c8a5 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Tue, 9 Jul 2024 14:27:27 +0200 Subject: [PATCH] update instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 37a1ba66..aa3f33ef 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ If you already cloned the repository and forgot to use the `--recursive` flag, y git submodule update --init --recursive ``` +Once you have cloned the repository, you can start download the test resources using the following command: + +```bash +scripts/download_resources.sh +``` + ## What to do next Check out the [instructions](common/INSTRUCTIONS.md) for more information on how to update the example files and components. These instructions also contain information on how to build out the task and basic commands.