Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b85de60

Browse files
committed
Fixed instructions for installing the standalone
Windows executable. Changed "plugin" to "standalone". Signed-off-by: Sebastian Spaink <[email protected]>
1 parent f2867b4 commit b85de60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ tar xf "docker-app.tar.gz"
278278

279279
To install as standalone, copy it somewhere in your path:
280280
```powershell
281-
cp docker-app-plugin-windows.exe PATH/docker-app.exe
281+
cp docker-app-standalone-windows.exe PATH/docker-app.exe
282282
```
283283

284284
To install as a Docker CLI plugin:

0 commit comments

Comments
 (0)