Fix readme
This commit is contained in:
parent
fe46cbd889
commit
e49d0ec775
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -3,12 +3,6 @@
|
||||||
[![Build Status](https://travis-ci.org/pmsipilot/docker-compose-viz.svg?branch=master)](https://travis-ci.org/pmsipilot/docker-compose-viz)
|
[![Build Status](https://travis-ci.org/pmsipilot/docker-compose-viz.svg?branch=master)](https://travis-ci.org/pmsipilot/docker-compose-viz)
|
||||||
|
|
||||||
## 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`
|
||||||
|
|
Loading…
Reference in a new issue