Merge pull request #780 from popod/readme-improvement

Add composer requirement to README
This commit is contained in:
Alex Tselegidis 2020-05-12 20:04:26 +02:00 committed by GitHub
commit f8164a8287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,8 +47,7 @@ The application is designed to be flexible enough so that it can handle any ente
## Setup
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/)
(which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) and [Composer](https://getcomposer.org) installed on your computer. From your command line:
```bash
# Clone this repository