diff --git a/README.md b/README.md index d300895..ac55f60 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,28 @@ # CSSParser -## Model +## How to get CSSParser + +To install a version of CSSParser, use one the following scripts inside a playground or in your project baseline. + +### Latest development version + +```st +Metacello new + baseline: 'CSSParser'; + repository: 'github://pharo-contributions/CSSParser:master'; + onConflictUseLoaded; + load +``` + +### Add in your baseline + +```st +spec baseline: 'CSSParser' with: [ spec repository: 'github://pharo-contributions/CSSParser:master' ]. +``` + +## CSSParser model ![image](https://user-images.githubusercontent.com/49183340/215075087-031fceec-913d-4de9-b13f-f9c4c32d2aa7.png) ## Origin project - http://www.squeaksource.com/htmlcssparser/