Le 16 juil. 2020 �� 16:43, Francis via Pharo-users <pharo-users@lists.pharo.org> a ��crit :De: Francis <falzonidavide@libero.it>Objet: Metacello, Github and CryptographyDate: 16 juillet 2020 �� 16:43:34 UTC+2
Hi Guys,
I'm looking for a guide on how to load a project from github but I can't
find anything.
Specifically I want to load the Cryptography package. Udo, told me it is on
https://github.com/pharo-contributions/Cryptography, so I went to
https://github.com/pharo-contributions/Cryptography but there is no
documentation on how to load it.
Then after some attempts, I evaluated this code:
Metacello new
baseline: 'Cryptography';
repository: 'github://pharo-contributions/Cryptography';
load.
and it works, but I can't figure out where is the usage of Metacello with
Github