From 5821b3385c23f8305b512a6733e9ab9fbca778f5 Mon Sep 17 00:00:00 2001 From: Ivan Burazin Date: Tue, 23 Jul 2024 18:35:19 +0200 Subject: [PATCH] Update README.md Edited Installation so the command available for copy/paste --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70692b5..0491d83 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ Until this extension is ready at Docker Extension Hub you can install just by ex ```bash $ docker extension install daytonaio/daytona-docker-extension:0.22.1 -Image not available locally, pulling daytonaio/daytona-docker-extension:0.22.1... +``` +`Image not available locally, pulling daytonaio/daytona-docker-extension:0.22.1... Extracting metadata and files for the extension "daytonaio/daytona-docker-extension:0.22.1" Installing service in Desktop VM... Setting additional compose attributes @@ -29,8 +30,8 @@ Installing Desktop extension UI for tab "Daytona"... Extension UI tab "Daytona" added. Starting service in Desktop VM...... Service in Desktop VM started -Extension "Daytona client tool" installed successfully -``` +Extension "Daytona client tool" installed successfully` + **Note**: Docker Extension CLI is required to execute above command, follow the instructions at [Extension SDK (Beta) -> Prerequisites](https://docs.docker.com/desktop/extensions-sdk/#prerequisites) page for instructions on how to add it.