Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.93 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.93 KB

INSTALL Preview Version

"Get the Metacello configuration (for Pharo users)"
Gofer new
  gemsource: 'metacello';
  package: 'ConfigurationOfMetacello';
  load.

"Get the Metacello configuration (for Squeak users)"
Installer gemsource
    project: 'metacello';
    addPackage: 'ConfigurationOfMetacello';
    install.

"Bootstrap Metacello Preview, using mcz files (#'previewBootstrap' symbolic version"
((Smalltalk at: #ConfigurationOfMetacello) project 
  version: #'previewBootstrap') load.

"Load the Preview version of Metacello from GitHub"
(Smalltalk at: #Metacello) new
  configuration: 'MetacelloPreview';
  version: #stable;
  repository: 'github://dalehenrich/metacello-work:configuration';
  load.

GemStone2.4, PharoCore 1.3, PharoCore 1.4, Squeak4.3, Squeak4.4 and Squeak4.5 are currently supported.

If you are interested in using GitHub with the Metacello Preview, you should check out Getting Started with GitHub, the Metacello User Guide, the Metacello Scripting API, and Issue #136 detail.

###TravisCI Status master branch: Build Status

configuration branch: Build Status

1.0-beta.31.1.5 branch: Build Status