Logo

22.1 Loading the latest development version

To load manually the latest development version, follow these steps:

  1. Download and install the latest Pharo
  2. Launch the Pharo image
  3. Open a Workspace and execute the following code:
Gofer new
squeaksource: 'Moose';
package: 'ConfigurationOfMoose';
load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault

Add a Note