From c3acdf9d5f06e645efc3c8ab8d7a97ac4a48e643 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 29 Sep 2022 15:28:23 -0600 Subject: [PATCH] Clarify non-Docker Desktop install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96dcccfb..ead98ee4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Ensure that the following are already installed: $ docker --version Docker version 20.10.17, build 100c701 ``` -3. If installed from regular package repository, BE AWARE that the compose plugin may need to be installed, as well. +3. If installed from regular package repository (not Docker Desktop), BE AWARE that the compose plugin may need to be installed, as well. ``` DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker} mkdir -p $DOCKER_CONFIG/cli-plugins