-
Notifications
You must be signed in to change notification settings - Fork 2
Install
Martín Dias edited this page Dec 5, 2024
·
5 revisions
To load master
branch:
Metacello new
baseline: 'Alexandrie';
repository: 'github://pharo-graphics/Alexandrie:master/src';
load
This is an example of more customized load, with:
-
v2.0.0
released version, and -
ffi-minimal
Baseline group
Metacello new
baseline: 'Alexandrie';
repository: 'github://pharo-graphics/Alexandrie:v2.2.0/src';
load: 'ffi-minimal'
Add this project to your Baseline with:
spec baseline: 'Alexandrie' with: [ spec repository: 'github://pharo-graphics/Alexandrie:v2.2.0/src' ].