Skip to content

Commit

Permalink
add install steps for RPi
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Mar 2, 2015
1 parent 1f94ea0 commit c6c920a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit c6c920a

Please sign in to comment.