Skip to content

Commit b3d6ec1

Browse files
committed
Updated install instructions for Pharo smalltalk
1 parent 9d27df0 commit b3d6ec1

File tree

1 file changed

+28
-23
lines changed

1 file changed

+28
-23
lines changed

doc/HowToInstall.md

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,48 @@
1-
## How to install
1+
# How to install
22

3-
### Squeak:
3+
## Squeak:
44

55
Hosted on SqueakSource Repository.
66
(http://www.squeaksource.com/MessagePack.html).
77

88
From Monticello:
9-
```
10-
MCHttpRepository
11-
location: 'http://www.squeaksource.com/MessagePack'
12-
user: ''
13-
password: ''
9+
10+
```smalltalk
11+
MCHttpRepository
12+
location: 'http://www.squeaksource.com/MessagePack'
13+
user: ''
14+
password: ''
1415
```
1516

1617
You can also use Installer:
18+
19+
```smalltalk
20+
Installer squeaksource
21+
project: 'MetacelloRepository';
22+
install: 'ConfigurationOfMessagePack'.
23+
(Smalltalk at: #ConfigurationOfMessagePack) perform: #load.
1724
```
18-
Installer squeaksource
19-
project: 'MetacelloRepository';
20-
install: 'ConfigurationOfMessagePack'.
21-
(Smalltalk at: #ConfigurationOfMessagePack) perform: #load.
22-
```
23-
### Pharo:
24-
You can use Gofer:
25-
```
26-
Gofer it
27-
squeaksource3: 'MessagePack';
28-
package: 'ConfigurationOfMessagePack';
29-
load.
30-
(Smalltalk at: #ConfigurationOfMessagePack) perform: #load.
25+
26+
## Pharo:
27+
28+
You can use Metacello:
29+
30+
```smalltalk
31+
Metacello new
32+
baseline: 'MessagePack';
33+
repository: 'github://msgpack/msgpack-smalltalk:develop/repository';
34+
load.
3135
```
32-
### VisualWorks:
36+
37+
## VisualWorks:
3338

3439
Hosted on [Public Store Repository](http://www.cincomsmalltalk.com/CincomSmalltalkWiki/PostgreSQL+Access+Page).
3540
http://www.cincomsmalltalk.com/publicRepository/MessagePack-All(Bundle).html
3641

3742
You can also download parcels:
3843
http://code.google.com/p/messagepack-st/source/browse/#hg%2FVisualWorks
3944

40-
### VA Smalltalk:
45+
## VA Smalltalk:
4146

4247
Hosted on [VAStGoodies.com](http://vastgoodies.com).
4348

@@ -47,7 +52,7 @@ Tests: [MessagePackTests](http://vastgoodies.com/maps/MessagePack%20Tests).
4752
You can also download .dat files:
4853
http://code.google.com/p/messagepack-st/source/browse/#hg%2FVA%20Smalltalk
4954

50-
### Dolphin Smalltalk:
55+
## Dolphin Smalltalk:
5156

5257
Hosted on this site.
5358

0 commit comments

Comments
 (0)