Skip to content

Commit

Permalink
Update instructions to point to a known stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
macta committed Mar 12, 2019
1 parent c0889bf commit 309a5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Then launch Pharo and load the exercism tools by typing:
./pharo-ui Pharo.image eval "
Metacello new
baseline: 'Exercism';
repository: 'github://exercism/pharo-smalltalk:master/dev/src';
repository: 'github://exercism/pharo-smalltalk:v0.2.1';
load.
#ExercismManager asClass welcome.
"
Expand Down Expand Up @@ -66,7 +66,7 @@ Finally, copy and paste the following snippet into the playground:
```smalltalk
Metacello new
baseline: 'Exercism';
repository: 'github://exercism/pharo-smalltalk:master/dev/src';
repository: 'github://exercism/pharo-smalltalk:v0.2.1';
load.
#ExercismManager asClass welcome.
Expand Down

0 comments on commit 309a5dc

Please sign in to comment.