2
0
Fork 0

Try to reformat the java list.

This commit is contained in:
Maarten Billemont 2017-03-06 20:02:27 -05:00
parent f94ae03bde
commit c3f4d148a4
1 changed files with 7 additions and 4 deletions

View File

@ -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