From 535ac1a7814b2094c6a0fdcf87b5b9d100be898f Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Thu, 14 Sep 2017 08:48:02 +0200 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++++++++++++ readme.md | 26 -------------------------- 2 files changed, 28 insertions(+), 26 deletions(-) create mode 100644 README.md delete mode 100644 readme.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9659f98 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# LessPass cordova + +LessPass Android application + +## Requirements + + * Cordova (`npm install -g cordova`) + +## Check everything ok + + cordova requirements + +## Test + + cordova run android + +## Build Release + + cordova build --release -- --keystore=~/Android/lesspass.keystore --storePassword=... --alias=lesspass --password=... + +## License + +This project is licensed under the terms of the GNU GPLv3. + + +## Issues + +report issues on [LessPass project](https://github.com/lesspass/lesspass/issues) diff --git a/readme.md b/readme.md deleted file mode 100644 index 4885e69..0000000 --- a/readme.md +++ /dev/null @@ -1,26 +0,0 @@ -> LessPass Cordova App for [lesspass.com](https://lesspass.com) - -## Requirements - - * Cordova (`npm install -g cordova`) - -## Check everything ok - - cordova requirements - -## Test - - cordova run android - -## Build Release - - cordova build --release -- --keystore=~/Android/lesspass.keystore --storePassword=... --alias=lesspass --password=... - -## License - -This project is licensed under the terms of the GNU GPLv3. - - -## Issues - -report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)