Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou authored Nov 20, 2024
1 parent b32c0e1 commit acad8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ To install Casino:

```Smalltalk
Metacello new
githubUser: 'badetitou' project: 'Casino' commitish: 'v2.0.24' path: 'src';
githubUser: 'badetitou' project: 'Casino' commitish: 'v2.0.29' path: 'src';
baseline: 'Casino';
onConflictUseIncoming;
load
load: #('core' 'behavior')
```

This should load the version *v2.0.24* of the project (you can also specify another version or branch).
Expand Down

0 comments on commit acad8b2

Please sign in to comment.