Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #159 from anuragsoni/update-readme
Browse files Browse the repository at this point in the history
Document version requirement for docker
  • Loading branch information
jimmycuadra authored Jan 14, 2017
2 parents acd52c8 + 5c1b8fc commit 72f177d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Ruma includes a development setup using [Docker](https://www.docker.com/).
To install Docker, see the installation instructions for [OS X](https://docs.docker.com/mac/), [Linux](https://docs.docker.com/linux/), or [Windows](https://docs.docker.com/windows/).
(Note that both Docker and Docker Compose are needed, but the standard ways of installing include both.)

**Note**: `docker-compose` version 1.6 or higher and `docker-engine` version 1.10.0 or higher are required.

Cargo is the main entrypoint for development.
Use the `script/cargo` shell script as you would normally use plain `cargo`.
This will run the Cargo command inside a Docker container that has Rust and other dependencies already installed.
Expand Down

0 comments on commit 72f177d

Please sign in to comment.