From be0d849f5d8af34e630db3ce71ffeaf3eb97c695 Mon Sep 17 00:00:00 2001 From: Mal <=> Date: Sat, 3 Apr 2021 15:14:44 +0200 Subject: [PATCH] Readme completed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2990b49..72277c9 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ METAsocket is WowApp's awesome instant messenger and keeps your connection to yo 3. Install the npm dependencies: `npm install` 4. Build the project: `ionic build` 5. Build for yor platform: `ionic cordova build android` (for Android) or `ionic cordova build ios` (for iOS) -6. Your platform build is now inside the subfolder `platforms`. Open the +6. Your platform build is now inside the subfolder `platforms`. Open it with Android Studio or Xcode to generate packages or to build the app directly on your mobile device.