forked from mirrors/easyappointments
Add Composer to required tools list.
This commit is contained in:
parent
80b53b2dd0
commit
068bdea7f9
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ The application is designed to be flexible enough so that it can handle any ente
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/)
|
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:
|
||||||
(which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone this repository
|
# Clone this repository
|
||||||
|
|
Loading…
Reference in a new issue