From 6fea617a4ad484bea7f6dfdb64e145eaec2196b0 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 5 Dec 2015 21:04:48 +0100 Subject: adding git checkup when installing working environment --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35af04f..4835754 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,8 @@ This section is usefull if you want : 1. **Install docker and docker-compose on you environment** 1. Check if you have a running docker daemon using `docker --version` If not try to run it using `sudo docker --daemon`. If docker is not installed, follow [docker installation guidelines](https://docs.docker.com/v1.8/installation/) - 2. Check if you have docker compose installed using `docker-compose --version`. If docker-compose is not installed, follow [docker-compose installation guidelines](https://docs.docker.com/compose/install/) + 2. Check if you have docker-compose installed using `docker-compose --version`. If docker-compose is not installed, follow [docker-compose installation guidelines](https://docs.docker.com/compose/install/) + 3. Check if you have git installed using `git --version`. If git is not installed, execute `sudo dnf install -y git` 2. **Copy repository source locally** 1. Setup a working directory with `mkdir startx-docker-images; cd startx-docker-images;` 2. Clone source repository with `git clone https://github.com/startxfr/docker-images.git .` -- cgit v1.2.1