diff --git a/README.md b/README.md
index bc3ea2839e7c4000a4058fbace68a2d347a508de..275d5cf918eb99d0d341071a12a09e8ae5d3ed95 100644
--- a/README.md
+++ b/README.md
@@ -218,6 +218,11 @@ We then extracted the PEM to send to Google (example code)
 
 ``` bash
 keytool -export -rfc -alias upload -file upload_certificate.pem -keystore keystore.jks
+```
+
+Signing can be done like this (example):
+``` bash
+$ cordova run android --release -- --keystore=[PATH_TO_KEYSTORE] --storePassword=[KEYSTORE_PASSWORD] --alias=upload --password=[PASSWORD] --packageType=bundle
 
 ```