From c3f4d148a4c9ce79981bffe62f637023647e9e63 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Mon, 6 Mar 2017 20:02:27 -0500 Subject: [PATCH] Try to reformat the java list. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b08ac9ca..0581a1df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Travis CI](http://img.shields.io/travis-ci/Lyndir/MasterPassword.png)](https://travis-ci.org/Lyndir/MasterPassword) -# [Master Password ●●●|](http://masterpasswordapp.com) +# [Master Password •••|](http://masterpasswordapp.com) Master Password is a completely new way of thinking about passwords. @@ -112,9 +112,12 @@ Go into `platform-independent/web-js` and open `index.html` in your browser. Yo Go into the `gradle` directory and run `./gradlew build`. All Java components will then be built: - - `platform-independent/gui-java/build/distributions`: contains an archive with the Master Password Java GUI. Unpack it and run the `gui` script. - - `platform-independent/cli-java/build/distributions`: contains an archive with the Master Password Java command-line interface. Unpack it and run the `cli` script. - - `platform-android/build/outputs/apk`: contains the Android application package. Install it on your Android device. + - `platform-independent/gui-java/build/distributions`: + contains an archive with the Master Password Java GUI. Unpack it and run the `gui` script. + - `platform-independent/cli-java/build/distributions`: + contains an archive with the Master Password Java command-line interface. Unpack it and run the `cli` script. + - `platform-android/build/outputs/apk`: + contains the Android application package. Install it on your Android device. ## Support