From 006d52f476722f7443792d44578f0e7d1c6ba721 Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Fri, 16 Mar 2018 17:28:57 +0000 Subject: [PATCH] Add installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 33afbdd..8e83266 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ [![Build Status](https://travis-ci.org/rapidwebltd/RW-File-Cache-PSR-6.svg?branch=master)](https://travis-ci.org/rapidwebltd/RW-File-Cache-PSR-6) This package provides a [PSR-6](http://www.php-fig.org/psr/psr-6/) adapter for [RW File Cache](https://github.com/rapidwebltd/RW-File-Cache). + +## Installation + +You can install this package easily via Composer. Just run the following command from the root of your project. + +``` +composer require rapidwebltd/rw-file-cache-psr-6 +```