Skip to content

Commit

Permalink
Add some descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilFerlicot committed Feb 6, 2017
1 parent 44975fa commit be4f874
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,23 @@ Master: [![Build Status](https://travis-ci.org/DuneSt/MaterialColors.svg?branch=
Master: [![Build status](https://ci.appveyor.com/api/projects/status/3dn6m0k68jjenk6v/branch/master?svg=true)](https://ci.appveyor.com/project/jecisc/materialcolors/branch/master) | Latest commit: [![Build status](https://ci.appveyor.com/api/projects/status/3dn6m0k68jjenk6v?svg=true)](https://ci.appveyor.com/project/jecisc/materialcolors)

A project to extends Pharo colors's classes with the Material Design recommandations

## Install MaterialColors

To install MaterialColors on your Pharo image you can just execute the following script:

Metacello new
githubUser: 'DuneSt' project: 'MaterialColors' commitish: 'master' path: 'src';
baseline: 'MaterialColors';
onWarningLog;
load

To add MaterialColors to your baseline just add this:

spec
baseline: 'MaterialColors'
with: [ spec repository: 'github://DuneSt/MaterialColors:master/src' ]
Note that you can replace the #master by another branch as #development or a tag as #v1.0.0.


0 comments on commit be4f874

Please sign in to comment.