diff --git a/README.md b/README.md index ae9e0b2..df85760 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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 +``` \ No newline at end of file