README updates.

This commit is contained in:
Stanislav Nikitin 2019-01-20 08:02:55 +05:00
parent bd1f0dac84
commit 0b64bda855
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 23 additions and 1 deletions

View File

@ -8,4 +8,26 @@ After using Yandex.Mail for almost a year I realized that there is absolutely no
## Disclaimer
This wrapper isn't affiliated or connected or whatever with Yandex LLC. I'm not their employee.
This wrapper isn't affiliated or connected or whatever with Yandex LLC. I'm not their employee. This wrapper was initially created for me and my wife.
## Installation
``yarn`` must be installed.
Install dependencies:
```
yarn install
```
To "just start" the wrapper:
```
yarn start
```
To build package:
```
yarn build
```