Skip to content

Commit

Permalink
Merge b893d66
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Aug 9, 2021
2 parents 9813e0f + b893d66 commit 8858d8b
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 @@ -18,8 +18,8 @@ Just download this repository and load the baseline in a new image. The easiest
$ wget -O - get.pharo.org/100+vm | bash
$ ./pharo Pharo.image eval "
Metacello new
baseline: 'PharoBootstrapProcess';
repository: 'filetree://.';
baseline: 'BootstrapProcess';
repository: 'tonel://.';
load.
Smalltalk snapshot: true andQuit: true."
Expand Down

0 comments on commit 8858d8b

Please sign in to comment.