Skip to content

Commit 6b99984

Browse files
committed
Update readme with installation instruction
1 parent 6bcdd61 commit 6b99984

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Palette for PHP
66
**Palette** is a port of the Android library of the same name, for extracting a colour palette from an image. The
77
results can then be used for tinting the interface to match the image.
88

9+
Installation
10+
------------
11+
```bash
12+
$ composer require 'marijnvdwerf/material-palette:~1.0'
13+
```
14+
915
Usage
1016
-----
1117
Palette makes use of the [Intervention image library](https://github.com/Intervention/image) to load images, and supports

0 commit comments

Comments
 (0)