File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
We are creating a game library.
3
3
4
4
## How to install
5
- 1 . Get [ Squeak 5 .1 or later] ( http://www.squeak.org )
5
+ 1 . Get [ Squeak 6 .1 or later] ( http://www.squeak.org )
6
6
2 . Load [ Metacello] ( https://github.com/metacello/metacello )
7
7
3 . Finally, load the library with the following command:
8
8
9
9
``` Smalltalk
10
10
Metacello new
11
- baseline: 'GM ';
12
- repository: 'github://hpi-swa-teaching/GameMecha/source ';
11
+ baseline: 'GameMecha ';
12
+ repository: 'github://hpi-swa-teaching/GameMecha/src ';
13
13
load.
14
14
```
15
15
@@ -18,9 +18,9 @@ The library comes with an extensive documentation in tests and class comments. Y
18
18
19
19
``` Smalltalk
20
20
Metacello new
21
- baseline: 'GM ';
22
- repository: 'github://hpi-swa-teaching/GameMecha/source ';
21
+ baseline: 'GameMecha ';
22
+ repository: 'github://hpi-swa-teaching/GameMecha/src ';
23
23
load: 'test'.
24
24
```
25
25
26
- You can find the examples in the ``` GM-AcceptanceTest ``` class category.
26
+ You can find the examples in the ``` GameMecha-Examples ``` class category.
You can’t perform that action at this time.
0 commit comments