Changes between Version 23 and Version 24 of codetalk


Ignore:
Timestamp:
12/01/2010 10:21:07 AM (13 years ago)
Author:
marcel.taeumel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • codetalk

    v23 v24  
    2727}}}
    2828
    29 Using Metacello, installation is as simple as:
     29Using Metacello, just run the following code in your workspace:
    3030{{{
    3131(Installer mc http: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/')
    32         project: 'MetacelloRepository';
    33         install: 'ConfigurationOfCodeTalk'.
     32   project: 'MetacelloRepository';
     33   install: 'ConfigurationOfCodeTalk'.
     34"Last stable version"
    3435ConfigurationOfCodeTalk load.
     36"Latest head version"
     37(ConfigurationOfCodeTalk project version: 'head') load.
    3538}}}
    3639