From e0822b270e73950409e2393876cd4c4974e32fdc Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Mon, 6 Mar 2017 18:09:45 -0500 Subject: [PATCH] Instructions for the web platform. --- README.md | 8 ++++++++ platform-independent/web-js/index.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e68ac725..17d7b716 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,16 @@ Go into the `build` root directory and run `gradle build`. All Java components ### macOS or iOS +Make sure you have all relevant submodules checked out. + Go into `platform-darwin` and open `MasterPassword.xcworkspace` in Xcode. Select the desired target from the Scheme Selector and build, run or archive. +### Web + +Make sure you have all relevant submodules checked out. + +Go into `platform-independent/web-js` and open `index.html` in your browser. You should be able to run this locally, there is no need for hosting or an application server. + ## Support Feel free to contribute by forking the project, contributing issues or joining the discussion on Gitter, #masterpassword (on chat.freenode.net) or #masterpassword:lyndir.com (on Matrix). diff --git a/platform-independent/web-js/index.html b/platform-independent/web-js/index.html index 1d7c2dea..9e6ca642 100644 --- a/platform-independent/web-js/index.html +++ b/platform-independent/web-js/index.html @@ -12,7 +12,7 @@

BETA - This site may not yet work on your browser.
- Passwords are generated locally, your master password is not sent to any server. See the source or run the test suite.

+ Passwords are generated locally, your master password is not sent to any server. See the source.