From f8fc5ecc8c861d5e4bdb47305642a1bf36779096 Mon Sep 17 00:00:00 2001 From: Mark Purcell <79175134+purcell-lab@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:38:21 +1100 Subject: [PATCH] Update README.md - include clone step Just including the initial download commands. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ccc07f..7024b99 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,14 @@ sessions (and further simulated actions). The Simulator can be run on Docker. This is the easiest way to get it up and running. The Docker image is based on Ubuntu 20.04 and contains all necessary dependencies. -Firstly, build the image: +Firstly, download from github: + +```shell +gh repo clone matth-x/MicroOcppSimulator +cd MicroOcppSimulator/ +``` + +Then build the image: ```shell docker build -t matthx/microocppsimulator:latest .