Skip to content

Install

Martín Dias edited this page Feb 5, 2025 · 6 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.4.0/src' ].
Clone this wiki locally