/Presentations

Creating presentations from Pharo, using Bloc

Primary LanguageSmalltalkMIT LicenseMIT

Presentations

Creating presentations from Pharo, using Bloc

Installation

In a Pharo 7 image (with a recent VM), do

Metacello new
   baseline: 'Presentations';
   repository: 'github://StephanEggermont/Presentations';
   load