Follow instructions on Cordova documentation site
$ cordova create cryptotext fr.jpfox.cryptotext CryptoText
$ cd cryptotext/
$ cordova platform add android
$ cordova plugin add http://github.com/jpfox/Custom-URL-scheme.git --variable URL_SCHEME=https --variable HOST=jpfox.fr --variable PATH_PREFIX="/c/"
$ cordova plugin add nl.x-services.plugins.socialsharing
$ git init
$ git remote add origin https://github.com/jpfox/cryptotext.git
$ git fetch
$ git checkout -f -t origin/master
$ cordova build
$ cordova emulate