Skip to content

Commit 483a536

Browse files
committed
Updated HowToInstall.md
1 parent 3de6e8e commit 483a536

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Installer squeaksource
7575
#### Pharo & Squeak 5+
7676
```Smalltalk
7777
Metacello new
78-
repository: 'github://msgpack/msgpack-smalltalk/repository';
7978
baseline: 'MessagePack';
79+
repository: 'github://msgpack/msgpack-smalltalk:develop/repository';
8080
load.
8181
```
8282

doc/HowToInstall.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# How to install
22

3-
## Squeak:
3+
## Pharo & Squeak 5
4+
5+
You can use Metacello:
6+
7+
```smalltalk
8+
Metacello new
9+
baseline: 'MessagePack';
10+
repository: 'github://msgpack/msgpack-smalltalk/repository';
11+
load.
12+
```
13+
14+
If you prefer development branch:
15+
16+
```smalltalk
17+
Metacello new
18+
baseline: 'MessagePack';
19+
repository: 'github://msgpack/msgpack-smalltalk:develop/repository';
20+
load.
21+
```
22+
23+
## Squeak 4
424

525
Hosted on SqueakSource Repository.
626
(http://www.squeaksource.com/MessagePack.html).
@@ -23,35 +43,15 @@ Installer squeaksource
2343
(Smalltalk at: #ConfigurationOfMessagePack) perform: #load.
2444
```
2545

26-
## Pharo:
27-
28-
You can use Metacello:
29-
30-
```smalltalk
31-
Metacello new
32-
baseline: 'MessagePack';
33-
repository: 'github://msgpack/msgpack-smalltalk/repository';
34-
load.
35-
```
36-
37-
If you prefer development branch:
38-
39-
```smalltalk
40-
Metacello new
41-
baseline: 'MessagePack';
42-
repository: 'github://msgpack/msgpack-smalltalk:develop/repository';
43-
load.
44-
```
45-
46-
## VisualWorks:
46+
## VisualWorks
4747

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

5151
You can also download parcels:
5252
http://code.google.com/p/messagepack-st/source/browse/#hg%2FVisualWorks
5353

54-
## VA Smalltalk:
54+
## VA Smalltalk
5555

5656
Hosted on [VAStGoodies.com](http://vastgoodies.com).
5757

@@ -61,11 +61,11 @@ Tests: [MessagePackTests](http://vastgoodies.com/maps/MessagePack%20Tests).
6161
You can also download .dat files:
6262
http://code.google.com/p/messagepack-st/source/browse/#hg%2FVA%20Smalltalk
6363

64-
## Dolphin Smalltalk:
64+
## Dolphin Smalltalk
6565

6666
Hosted on [Google Code site](<http://messagepack-st.googlecode.com>) (old version).
6767

6868
Zipped: [MessagePack-Dolphin.zip](http://messagepack-st.googlecode.com/hg/Dolphin%20Smalltalk/MessagePack-Dolphin.zip).
6969
Sources: [MessagePack](http://code.google.com/p/messagepack-st/source/browse/#hg%2FDolphin%20Smalltalk%2FMessagePack).
7070

71-
Download the zipped pac file: MessagePack-Dolphin.zip and follow the instruction on README file.
71+
Download the zipped pac file: MessagePack-Dolphin.zip and follow the instruction on README file.

0 commit comments

Comments
 (0)