Happy !

TorstenBergmann / IRIS

Project infos

License MIT
Tags
Creation date 2016-04-08
Website

Monticello registration

About IRIS

Gofer it  
 smalltalkhubUser: 'TorstenBergmann' project: 'IRIS';
 configuration;
 load.

(Smalltalk at: #ConfigurationOfIRIS) loadBleedingEdge

or even easier

Metacello new 
    smalltalkhubUser: 'TorstenBergmann' project: 'IRIS';
    configuration: 'IRIS';
    version: #bleedingEdge;
    load.