Переглянути джерело

Add note about installing it system-wide

Signed-off-by: Amin Vakil <[email protected]>
Amin Vakil 4 роки тому
батько
коміт
3dcbc13742
1 змінених файлів з 6 додано та 0 видалено
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -25,6 +25,12 @@ You can download Docker Compose binaries from the
 [release page](https://github.com/docker/compose/releases) on this repository.
 [release page](https://github.com/docker/compose/releases) on this repository.
 
 
 Copy the relevant binary for your OS under `$HOME/.docker/cli-plugins/docker-compose` 
 Copy the relevant binary for your OS under `$HOME/.docker/cli-plugins/docker-compose` 
+
+Or copy it into one of these folders for installing it system-wide:
+
+* `/usr/local/lib/docker/cli-plugins` OR `/usr/local/libexec/docker/cli-plugins`
+* `/usr/lib/docker/cli-plugins` OR `/usr/libexec/docker/cli-plugins`
+
 (might require to make the downloaded file executable with `chmod +x`)
 (might require to make the downloaded file executable with `chmod +x`)
 
 
 ### Backward compatibility
 ### Backward compatibility