diff --git a/README.md b/README.md index 77fb709..417afba 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,10 @@ Installer squeaksource #### Pharo ```Smalltalk -Gofer it - smalltalkhubUser: 'MasashiUmezawa' project: 'MessagePack'; - configuration; - load. -(Smalltalk at: #ConfigurationOfMessagePack) project development load +Metacello new + repository: 'github://msgpack/msgpack-smalltalk/repository'; + baseline: 'MessagePack'; + load. ``` You might need ```MpTypeMapper initializeAll ``` on new encoder/decoder-related updates.