Fix readme

This commit is contained in:
jubianchi 2016-08-05 18:16:34 +02:00
parent fe46cbd889
commit e49d0ec775
No known key found for this signature in database
GPG key ID: 5D9C896D2AA9E390

View file

@ -4,12 +4,6 @@
## How to use ## How to use
Before you start, make sure you have:
* [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) installed,
* [PHP 7](http://php.net/downloads.php#v7.0.9) installed,
* GraphViz installed (see below for a guide on how to install it)
### Docker ### Docker
``` ```
@ -18,6 +12,12 @@ docker run --rm -it --name dcv -v $(pwd):/input pmsipilot/docker-compose-viz
### PHP ### PHP
Before you start, make sure you have:
* [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) installed,
* [PHP 7](http://php.net/downloads.php#v7.0.9) installed,
* GraphViz installed (see below for a guide on how to install it)
``` ```
git clone https://github.com/pmsipilot/docker-compose-viz.git git clone https://github.com/pmsipilot/docker-compose-viz.git
@ -28,7 +28,7 @@ composer install --prefer-dist
bin/dcv bin/dcv
``` ```
### Install GraphViz #### Install GraphViz
* On MacOS: `brew install graphviz` * On MacOS: `brew install graphviz`
* On Debian: `sudo apt-get install graphviz` * On Debian: `sudo apt-get install graphviz`