-
Download a Pharo VM and image
-
Open your Pharo image
-
Open a Playground
-
Evaluate:
Metacello new baseline: 'Buoy'; repository: 'github://ba-st/Buoy:release-candidate'; load: 'Development'.
Change
release-candidate
to some released version if you want a pinned version
- Download pharo VM and image
- Open your Pharo image
- Open Iceberg
- Click the Add repository button
- Select Clone from github.com and enter
ba-st
as owner name andBuoy
as project name - Click Ok
- Select the repository in the main Iceberg window
- Open the contextual menu and select Metacello → Install baseline of Buoy ...
- Type
Development
and click Ok
After Iceberg cloned a repository, it will be checked-out at the default branch (in this case
release-candidate
). If you want to work on a different branch or commit, perform the checkout before the baseline installation step.