We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a52cd3b + d267d69 commit ae6199aCopy full SHA for ae6199a
README.md
@@ -73,11 +73,10 @@ Installer squeaksource
73
74
#### Pharo
75
```Smalltalk
76
-Gofer it
77
- smalltalkhubUser: 'MasashiUmezawa' project: 'MessagePack';
78
- configuration;
79
- load.
80
-(Smalltalk at: #ConfigurationOfMessagePack) project development load
+Metacello new
+ repository: 'github://msgpack/msgpack-smalltalk/repository';
+ baseline: 'MessagePack';
+ load.
81
```
82
83
You might need ```MpTypeMapper initializeAll ``` on new encoder/decoder-related updates.
0 commit comments