From 0b64bda85559f220b4263edefd072462d06f15af Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 20 Jan 2019 08:02:55 +0500 Subject: [PATCH] README updates. --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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