From 1fccb0c37edb27aac5230b207ad91ab18b95e837 Mon Sep 17 00:00:00 2001 From: Hilliam T Date: Sun, 3 Jan 2021 16:38:54 +0000 Subject: [PATCH] Added clarification on accessing accounts from installations --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23401b7..585f28c 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,9 @@ There are several tools including `Babel` to compile `TypeScript` into plain `Ja You can download your system's respective installer (`.exe` for `Windows`, `.dmg` for `MacOSX`, and `.AppImage` for `Linux`) for the latest stable version in [Releases](https://github.com/HilliamT/Vapor-Authenticator/releases). -You can always install the latest version of the application here to replace your current version. Download the installer, delete your shortcut of the application and load the installer. Unless it is stated explicitly that your previous config file containing account information is incompatible with the latest version (which a converter will be provided for), you will be able to access your accounts as normal after installation. +You can always install the latest version of the application here to replace your current version. Download the installer, delete your shortcut of the application and load the installer. + +Unless it is stated explicitly that your previous config file containing account information is incompatible with the latest version (which a converter will be provided for), you will be able to access your accounts as normal after installation. #### `Development` You will need `node` and `npm` to run this project as a developer and build it from source.