From f292ed57fa59b82fa76cdc30e5f6c0acd8b45c06 Mon Sep 17 00:00:00 2001
From: Markin Igor <markin.io210@gmail.com>
Date: Thu, 8 Aug 2019 17:57:02 +0500
Subject: [PATCH] Update README.

---
 README.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 480df5c..46180c9 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,20 @@
 # Vereign mobile application.
 
 ## Debug
-- Development `./run.sh`
-- Production `./run.sh production`
+- Development `make run`
+- Production `make target=production run`
 
 ## Build
 
+`make all` or `make target=production all` 
+
 #### iOS
-- Production `./build-ios.sh`
-- Development `./build-ios.sh development`
+- Development `make build-ios`
+- Production `make target=production build-ios`
 
 #### Android
-- Production `./build-android.sh`
-- Development `./build-android.sh development`
+- Development `make build-android`
+- Production `make target=production build-android`
 
 ## Flutter Getting Started
 
-- 
GitLab