Skip to content

Install

Martín Dias edited this page Sep 25, 2024 · 4 revisions

Load the stable Album in current stable Pharo with:

Metacello new
	baseline: 'Album';
	repository: 'github://pharo-graphics/Album:master/src';
	load

Add this project to your Baseline with:

spec baseline: 'Album' with: [ spec repository: 'github://pharo-graphics/Album:v0.2.0/src' ].
Clone this wiki locally