Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down