diff --git a/compose/install/uninstall.md b/compose/install/uninstall.md index 0af773391d..21e6904d89 100644 --- a/compose/install/uninstall.md +++ b/compose/install/uninstall.md @@ -57,6 +57,8 @@ $ rm /usr/local/lib/docker/cli-plugins/docker-compose To check where Compose is installed, use: +{% raw %} ```console $ docker info --format '{{range .ClientInfo.Plugins}}{{if eq .Name "compose"}}{{.Path}}{{end}}{{end}}' -``` \ No newline at end of file +``` +{% endraw %}