Skip to content

Commit

Permalink
Add installation command line
Browse files Browse the repository at this point in the history
  • Loading branch information
mickalma committed Aug 2, 2022
1 parent d56980d commit 16bdbec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ If you find this useful, please star this repository.

This repository provides **Simple Entities** that can be handy to parse your first XML files. They give a simplified model of an Album, with Tracks, Artists and Deals attached. You can ignored the Simple Entities and build your own set or superset of entities to serve your needs. Note that the Simple Entities give a limited usage of DDEX. Read the documentation carefully before using it.

## Installation

```
composer require miqwit/dedex
```

## Usage

### Convert a DDEX file to a SimpleAlbum
Expand Down

0 comments on commit 16bdbec

Please sign in to comment.