Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 357 Bytes

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.