You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you have the [MetacelloPreview version](https://github.com/dalehenrich/metacello-work), otherwise the load will not work.
36
36
37
-
### Pharo < 4.0
38
-
39
-
The compatibility for Pharo < 4.0 is not maintained for new releases. If you need grease in Pharo < 4, we recommand to either update your pharo version or reference the latest release compatible with Pharo < 4, which is currently v1.4.1.
40
-
41
-
For Pharo versions < 3.0, make sure you have the [MetacelloPreview version](https://github.com/dalehenrich/metacello-work), otherwise the load will not work.
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.
64
-
65
-
### Squeak and Pharo >=4.0
37
+
### Squeak and Pharo (4.0 or newer)
66
38
67
39
Load the latest code from master (i.e. stable):
68
40
@@ -106,3 +78,31 @@ Gofer new
106
78
load.
107
79
(Smalltalk at: #GsUpgrader) upgradeGrease.
108
80
```
81
+
82
+
### Pharo (3.0 or older)
83
+
84
+
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
+
86
+
For Pharo versions < 3.0, make sure you have the [MetacelloPreview version](https://github.com/dalehenrich/metacello-work), otherwise the load will not work.
0 commit comments