Skip to content

Commit

Permalink
update README.md to reflect that the repository has moved
Browse files Browse the repository at this point in the history
dalehenrich/metacello-work --> Metacello/metacello
  • Loading branch information
j4yk committed Nov 5, 2017
1 parent 8b6b828 commit cf6477b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Metacello Preview is pre-installed in Pharo3.0 the following installs the lates
```Smalltalk
Metacello new
baseline: 'Metacello';
repository: 'github://dalehenrich/metacello-work:master/repository';
repository: 'github://Metacello/metacello:master/repository';
get.
Metacello new
baseline: 'Metacello';
repository: 'github://dalehenrich/metacello-work:master/repository';
repository: 'github://Metacello/metacello:master/repository';
onConflict: [:ex | ex allow];
load
```
Expand All @@ -42,16 +42,16 @@ Gofer new
(Smalltalk at: #Metacello) new
configuration: 'MetacelloPreview';
version: #stable;
repository: 'github://dalehenrich/metacello-work:configuration';
repository: 'github://Metacello/metacello:configuration';
load.
"Now load latest version of Metacello"
Metacello new
baseline: 'Metacello';
repository: 'github://dalehenrich/metacello-work:master/repository';
repository: 'github://Metacello/metacello:master/repository';
get.
Metacello new
baseline: 'Metacello';
repository: 'github://dalehenrich/metacello-work:master/repository';
repository: 'github://Metacello/metacello:master/repository';
onConflict: [:ex | ex allow];
load
```
Expand All @@ -73,17 +73,17 @@ Installer gemsource
(Smalltalk at: #Metacello) new
configuration: 'MetacelloPreview';
version: #stable;
repository: 'github://dalehenrich/metacello-work:configuration';
repository: 'github://Metacello/metacello:configuration';
load.
"Now load latest version of Metacello"
(Smalltalk at: #Metacello) new
baseline: 'Metacello';
repository: 'github://dalehenrich/metacello-work:master/repository';
repository: 'github://Metacello/metacello:master/repository';
get.
(Smalltalk at: #Metacello) new
baseline: 'Metacello';
repository: 'github://dalehenrich/metacello-work:master/repository';
repository: 'github://Metacello/metacello:master/repository';
load.
```

Expand Down

0 comments on commit cf6477b

Please sign in to comment.