Skip to content

Instantly share code, notes, and snippets.

@SergeStinckwich
Last active December 15, 2015 18:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SergeStinckwich/44ca34b54cde83b687a3 to your computer and use it in GitHub Desktop.
Save SergeStinckwich/44ca34b54cde83b687a3 to your computer and use it in GitHub Desktop.
Athens Tutorial #pharoconf

Download Pharo 2.0

wget -O - get.pharo.org | bash

#Run Pharo 2.0

./pharo-ui Pharo.image

#In a workspace, evaluate (line after line)

Gofer it
smalltalkhubUser: 'Pharo' project: 'Athens';
configuration;
load.

ConfigurationOfAthens loadVersion: '2.0'.

Gofer it
smalltalkhubUser: 'Pharo' project: 'Athens';
package:'Athens-Tutorial';
load.

AthensTutorial new openWithSpec.
@philippeback
Copy link

Weird gist. Why twice?

@philippeback
Copy link

Tutorial Step 20: StrikeFont>>glyphRendererOn: MNU

@SergeStinckwich
Copy link
Author

Sorry I remove the duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment