Pharo Launcher - seandenigris/Computer-World GitHub Wiki

Installing (Mac)

  • Download the latest dmg
  • Mount via option-click (because it's not signed)
  • Copy to /Applications
  • Install Smallworld:
	repoFolder := repoRoot / 'Small World' / 'repository'.
	Metacello new
		baseline: 'SmallWorld';
		repository: 'filetree://', repoFolder fullName;
		load