diff --git a/README.md b/README.md index 52e6f3607c2..e5265afa43b 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,11 @@ Compose has commands for managing the whole lifecycle of your application: Installation and documentation ------------------------------ +To install Compose on Raspberry Pi, run the following commands: + +```bash +curl -L https://github.com/hypriot/compose/releases/download/1.1.0-raspbian/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose +chmod +x /usr/local/bin/docker-compose +``` + Full documentation is available on [Fig's website](http://www.fig.sh/).