Skip to content

Commit

Permalink
update installation process in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou authored Nov 7, 2023
1 parent 50aba83 commit 0d95eba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ To install Casino:

```Smalltalk
Metacello new
githubUser: 'badetitou' project: 'Casino' commitish: 'v1.x.x' path: 'src';
githubUser: 'badetitou' project: 'Casino' commitish: 'v2.0.24' path: 'src';
baseline: 'Casino';
onConflictUseIncoming;
load
```

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

## Repository architecture

Expand Down

0 comments on commit 0d95eba

Please sign in to comment.