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
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,26 +12,24 @@
12
12
Ghost is framework to implement unnatural smalltalk objects like proxies or prototypes. It provides suitable infrastructure to implement message processing in special way
13
13
14
14
## Installation
15
-
Use following script for Pharo version >= 6:
15
+
Use following script for Pharo version >= 10:
16
16
```Smalltalk
17
17
Metacello new
18
18
baseline: 'Ghost';
19
19
repository: 'github://pharo-ide/Ghost';
20
20
load
21
21
```
22
-
Notice that Pharo 6 requires manual loading of Tonel format.
For old Pharo versions project should be loaded from smalltalkhub:
28
+
Notice that Pharo versions <= 9 were based on GTTools. In current Pharo it was removed and replaced by NewTools project. Ghost requires a dedicated tooling support to be able inspect Ghost objects. In order to use Ghost in old versions of Pharo load pharo9 branch instead of master:
0 commit comments