Skip to content

Install

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

Load Toplo master branch in current stable Pharo with:

EpMonitor disableDuring: [
    Metacello new
        baseline: 'Toplo';
        repository: 'github://pharo-graphics/Toplo:master/src';
        load ]

Add this project to your Baseline with:

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