From bd439cc19e884ec85d3f9481b0ab9f869cc90cee Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Fri, 9 Dec 2022 14:39:48 +0530 Subject: [PATCH] Add warning to README --- README.md | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68d256e0a7..6dd04881a6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +# 🔥 Warning 🔥 + +This branch contains untested code that can potentially corrupt your data. + +**You should not run this against your main acccount.** + +If you are interested in the official release of our desktop app, please star this repo. + +--- + +
+
+ # ente Authenticator ente's Authenticator app helps you generate and store 2 step verification (2FA) @@ -71,8 +84,31 @@ tokens has been documented [here](architecture/index.md). 1. [Install Flutter](https://flutter.dev/docs/get-started/install) 2. Clone this repository with `git clone git@github.com:ente-io/auth.git` 3. Pull in all submodules with `git submodule update --init --recursive` -4. For Android, run `flutter build apk --release --flavor independent` -5. For iOS, run `flutter build ios` + +### Android +``` +flutter build apk --release --flavor independent +``` + +### iOS +``` +flutter build ios +``` + +### Linux +``` +flutter build linux +``` + +### MacOS +``` +fluter build macos +``` + +### Windows +``` +flutter build windows +``` ## 🙋‍♂️ Support