Skip to content

Commit

Permalink
Update Installtion section on README
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Apr 10, 2020
1 parent f6eec69 commit aff06cd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aff06cd

Please sign in to comment.