Logo

18.1 Loading the latest development version

  1. Download and install 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