Diacritics in github

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Diacritics in github

alistairgrant
Hi All,

Is anyone aware of a port of Diacritics from smalltalkhub to github?

MCSmalltalkhubRepository
    owner: 'hernan'
    project: 'Diacritics'
    user: ''
    password: ''

I'm way behind in reading the pharo lists, but I couldn't find any
reference to this.

If not, I'll try and make a port, but it will be without history.

Thanks,
Alistair

Reply | Threaded
Open this post in threaded view
|

Re: Diacritics in github

hernanmd
Hi Alistair,

You can install it like this from Github:

Metacello new
    baseline: 'Diacriticals';
    repository: 'github://hernanmd/Diacriticals';
    load

Cheers,

Hernán



El lun., 13 jul. 2020 a las 10:19, Alistair Grant (<[hidden email]>) escribió:
Hi All,

Is anyone aware of a port of Diacritics from smalltalkhub to github?

MCSmalltalkhubRepository
    owner: 'hernan'
    project: 'Diacritics'
    user: ''
    password: ''

I'm way behind in reading the pharo lists, but I couldn't find any
reference to this.

If not, I'll try and make a port, but it will be without history.

Thanks,
Alistair

Reply | Threaded
Open this post in threaded view
|

Re: Diacritics in github

alistairgrant
Thanks, Hernán!

On Mon, 13 Jul 2020 at 20:11, Hernán Morales Durand
<[hidden email]> wrote:

>
> Hi Alistair,
>
> You can install it like this from Github:
>
> Metacello new
>     baseline: 'Diacriticals';
>     repository: 'github://hernanmd/Diacriticals';
>     load
>
> Cheers,
>
> Hernán
>
>
>
> El lun., 13 jul. 2020 a las 10:19, Alistair Grant (<[hidden email]>) escribió:
>>
>> Hi All,
>>
>> Is anyone aware of a port of Diacritics from smalltalkhub to github?
>>
>> MCSmalltalkhubRepository
>>     owner: 'hernan'
>>     project: 'Diacritics'
>>     user: ''
>>     password: ''
>>
>> I'm way behind in reading the pharo lists, but I couldn't find any
>> reference to this.
>>
>> If not, I'll try and make a port, but it will be without history.
>>
>> Thanks,
>> Alistair
>>