From 0d95eba6a302b1d3b06acd9b4cb34445046c4cad Mon Sep 17 00:00:00 2001 From: Benoit Verhaeghe Date: Tue, 7 Nov 2023 19:55:52 +0100 Subject: [PATCH] update installation process in readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d06765c9..dc6368c5 100644 --- a/README.md +++ b/README.md @@ -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