Skip to content

Commit c934967

Browse files
committed
Updated README and HowToInstall
1 parent 5560343 commit c934967

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,8 @@ decoder := MpDecoder on: readStream.
5858
Transcript cr; show: decoder next printString
5959
]
6060
```
61-
62-
----------
63-
We are moving from [Google Code site](http://code.google.com/p/messagepack-st/). Old contents including installation guide are still there.
64-
65-
66-
61+
### How to install
62+
Please read [HowToInstall.md](<https://github.com/msgpack/msgpack-smalltalk/blob/master/doc/HowToInstall.md>).
6763

6864
### Loading the latest development version
6965

doc/HowToInstall.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,7 @@
22

33
### Squeak:
44

5-
Hosted on SqueakSource Repository.
6-
(http://www.squeaksource.com/MessagePack.html).
7-
8-
From Monticello:
9-
```
10-
MCHttpRepository
11-
location: 'http://www.squeaksource.com/MessagePack'
12-
user: ''
13-
password: ''
14-
```
15-
16-
You can also use Installer:
5+
You can use Installer:
176
```
187
Installer squeaksource
198
project: 'MetacelloRepository';
@@ -24,9 +13,9 @@ Installer squeaksource
2413
You can use Gofer:
2514
```
2615
Gofer it
27-
squeaksource3: 'MessagePack';
28-
package: 'ConfigurationOfMessagePack';
29-
load.
16+
url: 'http://smalltalkhub.com/mc/MasashiUmezawa/MessagePack/main';
17+
package: 'ConfigurationOfMessagePack';
18+
load.
3019
(Smalltalk at: #ConfigurationOfMessagePack) perform: #load.
3120
```
3221
### VisualWorks:
@@ -49,7 +38,7 @@ http://code.google.com/p/messagepack-st/source/browse/#hg%2FVA%20Smalltalk
4938

5039
### Dolphin Smalltalk:
5140

52-
Hosted on this site.
41+
Hosted on [Google Code site](<http://messagepack-st.googlecode.com>) (old version).
5342

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

0 commit comments

Comments
 (0)