From aff06cd2c9a8cb49aedb5cbf6b71c92093f752a4 Mon Sep 17 00:00:00 2001 From: "Chun-Sheng, Li" Date: Fri, 10 Apr 2020 11:50:50 +0800 Subject: [PATCH] Update Installtion section on README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 424bdf1..a674e75 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,20 @@ [![Coverage Status](https://coveralls.io/repos/github/peter279k/work-home-schedule/badge.svg?branch=master)](https://coveralls.io/github/peter279k/work-home-schedule?branch=master) [![StyleCI](https://github.styleci.io/repos/253847270/shield?branch=master)](https://github.styleci.io/repos/253847270) +## Installation + +- Download `composer` firstly: + +```BASH +curl -sS https://getcomposer.org/installer | php +``` + +- Install `lee/work-home-schedule` secondly: + +```BASH +php composer.phar require lee/work-home-schedule:^1 +``` + ## Introduction This is about working home schedule to estimate current working status on specific date.