From 60288c09e49b83908949fac193998779ed8516ac Mon Sep 17 00:00:00 2001 From: Brendan LE GLAUNEC Date: Thu, 2 Jun 2016 10:13:48 +0200 Subject: [PATCH] Improve README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf7662e..3fc9040 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The quick install uses docker to build Cameradar without polluting your machine ### Dependencies -The only dependencies are `docker` and `docker-compose`. +The only dependencies are `docker`, `docker-tools`, `git` and `make`. ### Five steps guide @@ -63,6 +63,7 @@ The manual installation is recommended if you want to tweak Cameradar and quickl To install Cameradar you will need these packages * cmake (`cmake`) +* git (`git`) * gstreamer1.x (`libgstreamer1.0-dev`) * ffmpeg (`ffmpeg`) * libcurl (`libcurl4-openssl-dev`)