Skip to content

Commit ae6199a

Browse files
authored
Merge pull request #15 from kgardas/master
fix Pharo installation instructions.
2 parents a52cd3b + d267d69 commit ae6199a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,10 @@ Installer squeaksource
7373

7474
#### Pharo
7575
```Smalltalk
76-
Gofer it
77-
smalltalkhubUser: 'MasashiUmezawa' project: 'MessagePack';
78-
configuration;
79-
load.
80-
(Smalltalk at: #ConfigurationOfMessagePack) project development load
76+
Metacello new
77+
repository: 'github://msgpack/msgpack-smalltalk/repository';
78+
baseline: 'MessagePack';
79+
load.
8180
```
8281

8382
You might need ```MpTypeMapper initializeAll ``` on new encoder/decoder-related updates.

0 commit comments

Comments
 (0)