pharo-project / pharo-zeroconf

ZeroConf script generator for http://get.pharo.org
16 stars 15 forks source link

ZeroConf Scripts for Pharo

This project is used to create bash scripts to easily download and install Pharo images and VMs. You can see it in live action under https://get.pharo.org.

Code loading

Metacello new
   baseline: 'ZeroConf';
   repository: 'github://pharo-project/pharo-zeroconf/mc';
   load.