Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrebs5 authored Sep 16, 2024
1 parent 609cc80 commit 001c4b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
We are creating a game library.

## How to install
1. Get [Squeak 5.1 or later](http://www.squeak.org)
1. Get [Squeak 6.1 or later](http://www.squeak.org)
2. Load [Metacello](https://github.com/metacello/metacello)
3. Finally, load the library with the following command:

```Smalltalk
Metacello new
baseline: 'GM';
repository: 'github://hpi-swa-teaching/GameMecha/source';
baseline: 'GameMecha';
repository: 'github://hpi-swa-teaching/GameMecha/src';
load.
```

Expand All @@ -18,9 +18,9 @@ The library comes with an extensive documentation in tests and class comments. Y

```Smalltalk
Metacello new
baseline: 'GM';
repository: 'github://hpi-swa-teaching/GameMecha/source';
baseline: 'GameMecha';
repository: 'github://hpi-swa-teaching/GameMecha/src';
load: 'test'.
```

You can find the examples in the ```GM-AcceptanceTest``` class category.
You can find the examples in the ```GameMecha-Examples``` class category.

0 comments on commit 001c4b2

Please sign in to comment.