summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-12-05 21:04:48 +0100
committerstartxfr <clarue@startx.fr>2015-12-05 21:04:48 +0100
commit6fea617a4ad484bea7f6dfdb64e145eaec2196b0 (patch)
treed9b6183f115aefa12a97a54fa0a52167ff6950a6 /README.md
parent50ba9f378e770dd54533640faffe7f777da0f325 (diff)
downloadphpmyadmin-6fea617a4ad484bea7f6dfdb64e145eaec2196b0.tar.gz
phpmyadmin-6fea617a4ad484bea7f6dfdb64e145eaec2196b0.tar.bz2
phpmyadmin-6fea617a4ad484bea7f6dfdb64e145eaec2196b0.tar.xz
phpmyadmin-6fea617a4ad484bea7f6dfdb64e145eaec2196b0.zip
adding git checkup when installing working environment
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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 .`