mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Merge pull request #780 from popod/readme-improvement
Add composer requirement to README
This commit is contained in:
commit
f8164a8287
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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue