diff --git a/README.md b/README.md
index 480df5c37d48a862b5a39b7562f5bbf89b7b4712..46180c9376118425e696fbf0d35b786544ea4d4b 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