Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1011 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 1011 Bytes


Squeak-TipOfTheDay

smalltalkCI Coverage Status Passion

A "Did you know...?" window for Squeak

System Requirements: Squeak 5.3 (18899 or higher)

Installation

Metacello new
	baseline: 'TipOfTheDay';
	repository: 'github://LinqLover/Squeak-TipOfTheDay';
	load

TipOfTheDay will be automatically registered into the system (details can be found in TipOfTheDay >> #initialize). To open it manually, evaluate:

TipOfTheDay openFirstTime