From 97db3c7e8ad080108b05c697557bcb2925401e93 Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Wed, 17 Feb 2021 22:59:43 +0100 Subject: [PATCH] readme: Add link to docker-compose installation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 649f34d..ec25415 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ The backend API for the [OpenBikeSensor](https://openbikesensor.org/) Web App. We've moved the whole development setup into Docker to make it easy for everyone to get involved. After sucessfully [installing Docker -Engine](https://docs.docker.com/engine/install/) onto your machine, and cloning -the repository, all you need to do is: +Engine](https://docs.docker.com/engine/install/) as well as [Docker +Compose](https://docs.docker.com/compose/install/) onto your machine, and +cloning the repository, all you need to do is: ```bash docker-compose up -d