From b7a354a14bd3a0f57587a4e1d5bb00ce920bba52 Mon Sep 17 00:00:00 2001 From: Geert Vancompernolle Date: Tue, 3 Jan 2023 18:26:23 +0000 Subject: [PATCH] Add docker link for Linux Mint21 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38ef299..87817c8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,9 @@ Where `[platform]` can be: `custom` - Skip all specific package installation and tries to install OpenPLC assuming your system already has all dependencies met. This option can be useful if you're trying to install OpenPLC on an unsuported Linux platform or had manually installed all the dependency packages before. ### Building, Installing and Running inside Docker -Make sure [`docker` is installed](https://docs.docker.com/install/linux/docker-ce/ubuntu/) +When using Ubuntu: make sure [`docker for Ubuntu` is installed](https://docs.docker.com/install/linux/docker-ce/ubuntu/) + +When using Linux Mint 21: make sure [`docker for Linux Mint 21` is installed](https://computingforgeeks.com/install-docker-docker-compose-on-linux-mint/) #### Build ```