From fdaa983e773a63a42098a0064c60ec5a049075a5 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Sun, 8 May 2016 11:25:43 +0300 Subject: [PATCH] update readme, put requirements in table --- README.md | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 13ccb2dc..144b76aa 100644 --- a/README.md +++ b/README.md @@ -108,32 +108,26 @@ Running a virtual Container is much faster than running a full virtual Machine. ## Supported Containers -- PHP +- PHP (7.0 - 5.6 - 5.5) - NGINX - MySQL - PostgreSQL - Redis - Data Volume -Cannot find your container! we would love to have it as well. Consider contributing your container and adding it to the list. +Cannot find your container! we would love to have it as well. Consider contributing your container and adding it to this list. ## Requirements -- Laravel ([Download](https://laravel.com/docs/master/installation)) -- Git ([Download](https://git-scm.com/downloads)) - -> For Windows & MAC users only: - -- Docker Toolbox ([Download](https://www.docker.com/toolbox)) - -> For Linux users only: - -- Docker Engine ([Install](https://docs.docker.com/engine/installation/linux/ubuntulinux/#install)) -- Docker Compose ([Install](https://docs.docker.com/compose/install)) - +| Linux | Windows & MAC | +|-----------------------------------------------------------------------------------------|---------------------------------------------------------| +| [Laravel](https://laravel.com/docs/master/installation) | [Laravel](https://laravel.com/docs/master/installation) | +| [Git](https://git-scm.com/downloads) | [Git](https://git-scm.com/downloads) | +| [Docker Engine](https://docs.docker.com/engine/installation/linux/ubuntulinux/#install) | [Docker Toolbox](https://www.docker.com/toolbox) | +| [Docker Compose](https://docs.docker.com/compose/install) | | @@ -159,7 +153,10 @@ git submodule add https://github.com/LaraDock/laradock.git docker ## Usage -0 - For **Windows & MAC** users only: make sure you have a running Docker Virtual Host on your machine. [How to run a Docker Virtual Host?](#Run-Docker-Virtual-Host). (**Linux** users don't need a Virtual Host, so skip this step). +0 - For **Windows & MAC** users only: make sure you have a running Docker Virtual Host on your machine. +(**Linux** users don't need a Virtual Host, so skip this step) +
+[How to run a Docker Virtual Host?](#Run-Docker-Virtual-Host)