MusicBrainzForSqueak

Details

Source
GitHub
Dialect
squeak (25% confidence)
License
MIT
Stars
4
Created
April 11, 2016
Updated
Nov. 24, 2017

README excerpt

# MusicBrainzForSqueak [![Build Status](https://travis-ci.org/hpi-swa-teaching/MusicBrainzForSqueak.svg?branch=master)](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!
← Back to results