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
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,27 @@ We are moving from [Google Code site](http://code.google.com/p/messagepack-st/).
7
7
8
8
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.
9
9
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
0 commit comments