Skip to content

Commit 415f1b6

Browse files
authored
Fix: .docker hidden folder instead of docker
Following the steps you end up with a hidden folder `.docker`, not a normal `docker` folder.
1 parent 51041c7 commit 415f1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/compose/install/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To update the Compose plugin, run the following commands:
111111
or, if you chose to install Compose for all users:
112112

113113
```console
114-
$ sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
114+
$ sudo chmod +x /usr/local/lib/.docker/cli-plugins/docker-compose
115115
```
116116

117117
3. Test the installation.

0 commit comments

Comments
 (0)