X Tutup
Skip to content

Commit 4bdebce

Browse files
author
Johan Brichau
committed
updated README
1 parent 9045692 commit 4bdebce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Coveralls (experimental): [![Coverage Status](https://coveralls.io/repos/github/
3535

3636
Make sure you have the [MetacelloPreview version](https://github.com/Metacello/metacello), otherwise the load will not work.
3737

38-
### Squeak and Pharo (4.0 or newer)
38+
### Squeak and Pharo (6.0 or newer)
3939

4040
Load the latest code from master (i.e. stable):
4141

@@ -80,9 +80,11 @@ Gofer new
8080
(Smalltalk at: #GsUpgrader) upgradeGrease.
8181
```
8282

83-
### Pharo (3.0 or older)
83+
### Pharo (5.0 or older)
8484

85-
The compatibility for Pharo < 4.0 is not maintained for new releases. If you need grease in Pharo < 4, we recommend to either update your pharo version or reference the latest release compatible with Pharo < 4, which is currently v1.4.1.
85+
The compatibility for Pharo < 6.0 is not maintained for new releases. If you need grease in Pharo < 6, we recommend to either update your pharo version or reference the latest release compatible with your version of Pharo:
86+
- Pharo <4: v1.4.1
87+
- Pharo 5 & 6: v1.6.1
8688

8789
For Pharo versions < 3.0, make sure you have the [MetacelloPreview version](https://github.com/dalehenrich/metacello-work), otherwise the load will not work.
8890

@@ -106,4 +108,4 @@ Metacello new
106108
load
107109
```
108110

109-
In case you need a specific feature for Pharo 3, it is still possible to create a new release by branching from v1.4.1.
111+
In case you need a specific feature for an older version, it is still possible to create a new release by branching starting from the tagged commit of the compatible version.

0 commit comments

Comments
 (0)
X Tutup