22.1 Loading the latest development version
To load manually the latest development version, follow these steps:
- Download and install the latest Pharo
- Launch the Pharo image
- Open a Workspace and execute the following code:
Gofer new
squeaksource: 'Moose';
package: 'ConfigurationOfMoose';
load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault