Skip to content

Commit

Permalink
Specify installation branch in README.md
Browse files Browse the repository at this point in the history
Fixes #27. For the underlying issue, see Metacello/metacello#545.
  • Loading branch information
LinqLover authored Jun 9, 2021
1 parent dc865d8 commit ad8eea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LiveProg Seminar 2021
```smalltalk
Metacello new
baseline: 'SqueakInboxTalk';
repository: 'github://hpi-swa-lab/squeak-inbox-talk';
repository: 'github://hpi-swa-lab/squeak-inbox-talk:main';
load.
```

Expand Down

0 comments on commit ad8eea3

Please sign in to comment.