The following is the cross-platform (Squeak, GemStone and Pharo) way to specify
a github repository:
Metacello new
configuration: 'OfNeoCSV';
repository:'github://svenvc/NeoCVS:master/repository';
version: #stable;
load.
Here's a reference for the various cross-platfrom urls that can be used with
Metacello[1]
Dale
[1]
https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloScriptingAPI.md#repository-descriptions
On 5/22/16 1:32 PM, mathias arnaud nkeumo tsombeng wrote:
Hi All,
Am trying to use metacello to install some pakages onmy pharo from
github and smaltalkhub but am having some issue. here is the code am
executing on the playground
Metacello new
configuration: 'OfNeoCSV';
repository:'https://github.com/svenvc/NeoCVS/tree/master/repository';
version: #stable;
load.
here is the error i obtain.
Could not resolve: ConfigurationOfNeoCSV.
Best Regards.
A Tsombeng