<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="+1">There is also information in the book:</font></p>
    <p><font size="+1"><a class="moz-txt-link-freetext" href="https://cuis-smalltalk.github.io/TheCuisBook/Installing-a-Package.html#index-package-4">https://cuis-smalltalk.github.io/TheCuisBook/Installing-a-Package.html#index-package-4</a></font></p>
    <p><font size="+1"><br>
      </font></p>
    <p><font size="+1">Ken, I think we write it wrong in the book.
        Should it not be :</font></p>
    <blockquote>
      <p><font size="+1"> </font><font size="+1"><i>In the <b>parent
              folder</b> of the Cuis-Smalltalk image, clone its Git
            repository:  </i><br>
        </font></p>
    </blockquote>
    <p><font size="+1"> rather than</font></p>
    <blockquote>
      <p><font size="+1"> </font><i>In the Cuis-Smalltalk image folder,
          clone its Git repository: <br>
        </i></p>
    </blockquote>
    <p>because the <b>pullAllRepo.sh</b> script in Cuis-Smalltalk-Dev,
      pull the repos located in the parent folder of <br>
      Cuis-Smalltalk-Dev:</p>
    <p><br>
    </p>
    <pre><font face="monospace,Courier New">hilaire@PCHome:~/Travaux/Developpement/Cuis/Cuis-Smalltalk-Dev$ cat pullAllRepos.sh 
#!/bin/bash

repositories="SVG EnhancedText Erudite StyledTextEditor Measures Calendars CodeExamples Games Morphic Cairo OSProcess Numerics GeographicInformationSystems Parsers Machine-Learning AMQP firmata VMMaker Learning-Cuis TheCuisBook"

echo -e "Pulling \e[7m =====Cuis-Smalltalk-Dev===== \e[0m"
git pull
<b>cd ..</b>
for repository in $repositories;
do
    if test -r $repository
    then
        echo -e "Pulling \e[7m -----$repository----- \e[0m..."
        cd $repository
        git pull
        cd ..
    else
        echo "Repository $repository not cloned"
    fi
done</font>

</pre>
    <p>Hilaire<br>
    </p>
    <p><i><br>
      </i></p>
    <div class="moz-cite-prefix">Le 16/05/2021 à 11:06, Hilaire
      Fernandes a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:49f1dbe5-b14e-7c13-f28a-9813c345d7a2@drgeo.eu">
      <p><font size="+1">Hi Rafael,<br>
        </font></p>
      <p><font size="+1">You can clone the repository <a
            class="moz-txt-link-freetext"
            href="https://github.com/Cuis-Smalltalk/Morphic"
            moz-do-not-send="true">https://github.com/Cuis-Smalltalk/Morphic</a>
          in your <b>parent</b> Cuis-Smalltalk-Dev folder.</font></p>
      <p><font size="+1">If I am right, when invoked from Cuis, The
          Feature will search on sub folders and parent folders of the
          image folder.<br>
        </font></p>
      <p><font size="+1"><br>
        </font></p>
      <p><font size="+1">Hilaire<br>
        </font></p>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
  </body>
</html>