Skip to content

Commit fdaa983

Browse files
committed
update readme, put requirements in table
1 parent e52f8f5 commit fdaa983

1 file changed

Lines changed: 12 additions & 15 deletions

File tree

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -108,32 +108,26 @@ Running a virtual Container is much faster than running a full virtual Machine.
108108
<a name="Supported-Containers"></a>
109109
## Supported Containers
110110

111-
- PHP
111+
- PHP (7.0 - 5.6 - 5.5)
112112
- NGINX
113113
- MySQL
114114
- PostgreSQL
115115
- Redis
116116
- Data Volume
117117

118-
Cannot find your container! we would love to have it as well. Consider contributing your container and adding it to the list.
118+
Cannot find your container! we would love to have it as well. Consider contributing your container and adding it to this list.
119119

120120

121121

122122
<a name="Requirements"></a>
123123
## Requirements
124124

125-
- Laravel ([Download](https://laravel.com/docs/master/installation))
126-
- Git ([Download](https://git-scm.com/downloads))
127-
128-
> For Windows & MAC users only:
129-
130-
- Docker Toolbox ([Download](https://www.docker.com/toolbox))
131-
132-
> For Linux users only:
133-
134-
- Docker Engine ([Install](https://docs.docker.com/engine/installation/linux/ubuntulinux/#install))
135-
- Docker Compose ([Install](https://docs.docker.com/compose/install))
136-
125+
| Linux | Windows & MAC |
126+
|-----------------------------------------------------------------------------------------|---------------------------------------------------------|
127+
| [Laravel](https://laravel.com/docs/master/installation) | [Laravel](https://laravel.com/docs/master/installation) |
128+
| [Git](https://git-scm.com/downloads) | [Git](https://git-scm.com/downloads) |
129+
| [Docker Engine](https://docs.docker.com/engine/installation/linux/ubuntulinux/#install) | [Docker Toolbox](https://www.docker.com/toolbox) |
130+
| [Docker Compose](https://docs.docker.com/compose/install) | |
137131

138132

139133
<a name="Installation"></a>
@@ -159,7 +153,10 @@ git submodule add https://github.com/LaraDock/laradock.git docker
159153
<a name="Usage"></a>
160154
## Usage
161155

162-
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).
156+
0 - For **Windows & MAC** users only: make sure you have a running Docker Virtual Host on your machine.
157+
(**Linux** users don't need a Virtual Host, so skip this step)
158+
<br>
159+
[How to run a Docker Virtual Host?](#Run-Docker-Virtual-Host)
163160

164161

165162
<br>

0 commit comments

Comments
 (0)