Changes between Version 15 and Version 16 of smalltalk_koans


Ignore:
Timestamp:
10/21/2013 05:19:20 PM (11 years ago)
Author:
michael.perscheid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • smalltalk_koans

    v15 v16  
    1818Using Metacello, just run the following code in your workspace:
    1919{{{
    20 (Installer mc http: 'http://www.squeaksource.com/')
    21   project: 'koans';
    22   install: 'ConfigurationOfSmalltalkKoans'.
    23 ConfigurationOfSmalltalkKoans load.
     20(Installer mc http: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/')
     21   project: 'MetacelloRepository';
     22   install: 'ConfigurationOfSmalltalkKoans'.
     23(Smalltalk at: #ConfigurationOfSmalltalkKoans) load.
    2424}}}
    2525