<div dir="auto"><div><div class="gmail_quote"><div dir="auto">Hi,<div dir="auto"><br></div><div dir="auto">I CTRL + d the following from the metacello githhub readme in a workspace of a fresh download of squeak on Windows 10.</div><div dir="auto"><br></div><div dir="auto"><pre style="white-space:pre-wrap;font-family:consolas,"liberation mono",courier,monospace;margin-top:0px;margin-bottom:0px;padding:16px;font-size:12.75px;line-height:1.45;background-color:rgb(246,248,250);border-radius:3px;color:rgb(36,41,46)"><span style="color:rgb(106,115,125)">"Get the Metacello configuration (for Squeak users)"</span>
<span style="color:rgb(0,92,197)">Installer</span> gemsource
    <span style="color:rgb(0,92,197)">project:</span> <span style="color:rgb(3,47,98)">'metacello'</span>;
    <span style="color:rgb(0,92,197)">addPackage:</span> <span style="color:rgb(3,47,98)">'ConfigurationOfMetacello'</span>;
    install.

<span style="color:rgb(106,115,125)">"Bootstrap Metacello Preview, using mcz files (#'previewBootstrap' symbolic version"</span>
((<span style="color:rgb(215,58,73)">Smalltalk</span> <span style="color:rgb(0,92,197)">at:</span> <span style="color:rgb(0,92,197)">#ConfigurationOfMetacello</span>) project 
  <span style="color:rgb(0,92,197)">version:</span> #<span style="color:rgb(3,47,98)">'previewBootstrap'</span>) load.

<span style="color:rgb(106,115,125)">"Load the Preview version of Metacello from GitHub"</span>
(<span style="color:rgb(215,58,73)">Smalltalk</span> <span style="color:rgb(0,92,197)">at:</span> <span style="color:rgb(0,92,197)">#Metacello</span>) <span style="color:rgb(215,58,73)">new</span>
  <span style="color:rgb(0,92,197)">configuration:</span> <span style="color:rgb(3,47,98)">'MetacelloPreview'</span>;
  <span style="color:rgb(0,92,197)">version:</span> <span style="color:rgb(0,92,197)">#stable</span>;
  <span style="color:rgb(0,92,197)">repository:</span> <span style="color:rgb(3,47,98)">'github://Metacello/metacello:configuration'</span>;
  load.

<span style="color:rgb(106,115,125)">"Now load latest version of Metacello"</span>
(<span style="color:rgb(215,58,73)">Smalltalk</span> <span style="color:rgb(0,92,197)">at:</span> <span style="color:rgb(0,92,197)">#Metacello</span>) <span style="color:rgb(215,58,73)">new</span>
  <span style="color:rgb(0,92,197)">baseline:</span> <span style="color:rgb(3,47,98)">'Metacello'</span>;
  <span style="color:rgb(0,92,197)">repository:</span> <span style="color:rgb(3,47,98)">'github://Metacello/metacello:master/repository'</span>;
  get.
(<span style="color:rgb(215,58,73)">Smalltalk</span> <span style="color:rgb(0,92,197)">at:</span> <span style="color:rgb(0,92,197)">#Metacello</span>) <span style="color:rgb(215,58,73)">new</span>
  <span style="color:rgb(0,92,197)">baseline:</span> <span style="color:rgb(3,47,98)">'Metacello'</span>;
  <span style="color:rgb(0,92,197)">repository:</span> <span style="color:rgb(3,47,98)">'github://Metacello/metacello:master/repository'</span>;
  load.</pre><div dir="auto" style="font-family:sans-serif"><br>But it errors with:</div><div dir="auto" style="font-family:sans-serif">Could not resolve: ConfigurationOfMetacelloPreview [ConfigurationOfMetacelloPreview] in c:\smalltalk\squeak\package-cache github://Metacello/metacello:configuration ERROR: 'GoferRepositoryError: can''t find EOCD position.</div><div dir="auto" style="font-family:sans-serif"><br></div><div dir="auto" style="font-family:sans-serif">What do I need to do? Ultimately I want to get Seaside but, apparently I need this first.</div><div dir="auto" style="font-family:sans-serif"><br></div><div dir="auto" style="font-family:sans-serif">Thank you.</div><div dir="auto" style="font-family:sans-serif"><br></div><div dir="auto" style="font-family:sans-serif">Holly.</div></div></div>
</div></div></div>