From e4550d66ed45cd8802b1291399b70372b386abfd 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 | 24 ++++++++++++++++++++++++ readme.md | 22 ---------------------- 2 files changed, 24 insertions(+), 22 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..df8b72b --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# LessPass cozy + +LessPass for MyCozyCloud + +## Install + +Install app with `https://github.com/lesspass/cozy@master` repository + +## Build + + npm run build + +## Run + + npm start + +## 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 b39f54d..0000000 --- a/readme.md +++ /dev/null @@ -1,22 +0,0 @@ -> LessPass Cozy App - -# Install - -Install app with `https://github.com/lesspass/cozy@master` repository - -# Build - - npm run build - -# Run - - npm start - -## License - -This project is licensed under the terms of the GNU GPLv3. - - -## Issues - -report issues on [LessPass project](https://github.com/lesspass/lesspass/issues) \ No newline at end of file