From 5293a7d4ae183aeac2d50d1e8ceec839865a20e1 Mon Sep 17 00:00:00 2001 From: Kalle Westerling Date: Wed, 24 Jul 2024 12:05:47 +0100 Subject: [PATCH] Adding instructions for cloning --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1acdc41..aaea97a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ A containerised application for testing out the MapReader library. ## Creating the Docker image +Clone the repository and navigate to the root directory of the repository. + +```bash +git clone https://github.com/Living-with-machines/MapReader-examples +cd MapReader-examples +``` + To create the Docker image, run the following command: ```bash