Skip to content

Commit 2ef0acd

Browse files
committed
- Added loading instructions for the latest development version in README.md.
1 parent 9e76b80 commit 2ef0acd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,27 @@ We are moving from [Google Code site](http://code.google.com/p/messagepack-st/).
77

88
Currently, we have just put a [Cypress](https://github.com/CampSmalltalk/Cypress/blob/master/README.md)-based repository for the neutral accesses from various Smalltalk dialects.
99

10+
11+
12+
### Loading the latest development version
13+
14+
#### Squeak
15+
```Smalltalk
16+
Installer squeaksource
17+
project: 'MessagePack';
18+
install: 'ConfigurationOfMessagePack'.
19+
(Smalltalk at: #ConfigurationOfMessagePack) project development load
20+
```
21+
22+
#### Pharo
23+
```Smalltalk
24+
Gofer it
25+
smalltalkhubUser: 'MasashiUmezawa' project: 'MessagePack';
26+
configuration;
27+
load.
28+
(Smalltalk at: #ConfigurationOfMessagePack) project development load
29+
```
30+
31+
You might need ```MpTypeMapper initializeAll ``` on new encoder/decoder-related updates.
32+
33+

0 commit comments

Comments
 (0)