-
Notifications
You must be signed in to change notification settings - Fork 40
Install
Martín Dias edited this page Feb 5, 2025
·
9 revisions
Use the following script to install stable Bloc in stable Pharo:
Metacello new
baseline: 'Bloc';
repository: 'github://pharo-graphics/Bloc:master/src';
loadYou can replace master by:
-
devto work on the development branch -
v2.3.0to load latest released version
Add this project to your Baseline with:
spec baseline: 'Bloc' with: [ spec repository: 'github://pharo-graphics/Bloc:v2.3.0/src' ].