README excerpt
# MusicBrainzForSqueak [](https://travis-ci.org/hpi-swa-teaching/MusicBrainzForSqueak)
#Installation instructions:
1. Drag and Drop the .sar-File we will deploy into your image, then click "install sar file". If you don't want to wait for a release, just execute this in your workspace:
```
Metacello new
baseline: 'MusicBrainzForSqueak';
repository: 'github://hpi-swa-teaching/MusicBrainzForSqueak:master/packages';
onConflict: [:ex | ex allow];
load
```
and ask us for the default cover images.
**Hint: Tests will not be included in this download!**
2. Execute the command:
```
MBInstaller installMusicBrainz
```
in your workspace.
3. No third step as MusicBrainz opens automatically after installation!