README excerpt
# Telegram Bot for Cormas
[](https://github.com/cormas/cormas-telegram/actions/workflows/test.yml)
[](https://coveralls.io/github/cormas/cormas-telegram?branch=master)
[](https://pharo.org/download)
[](https://github.com/cormas/cormas)
[](https://raw.githubusercontent.com/cormas/cormas-telegram/master/LICENSE)
## How to install it?
In your [Pharo image](https://pharo.org/download), open the Playground (Ctrl+OW) and execute the following Metacello script (select it and press Do-it button or Ctrl+D):
```Smalltalk
Metacello new
onConflictUseLoaded;
baseline: 'CormasTelegram';
repository: 'github://cormas/cormas-telegram';
load.
```