From 7869fb10a68b19b5543033f19b03d69a06702790 Mon Sep 17 00:00:00 2001 From: Venelin Iliev Date: Tue, 16 Nov 2021 17:52:34 +0200 Subject: [PATCH] readme command arguments fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afa9a1be..365d9155 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ appcenter codepush release -a /MyApp-android -c android/app/src/main/ appcenter codepush release -a /MyApp-ios -c ios/App/App/public/ -x # Release an update signed by private key (public key should be configured for application) -appcenter codepush release -a /MyApp-android -c android/app/src/main/assets/public/ --privateKeyPath ~/rsa/private_key.pem +appcenter codepush release -a /MyApp-android -c android/app/src/main/assets/public/ --private-key-path ~/rsa/private_key.pem ``` *NOTE : The path you are to provide to the `-c` flag might vary depending on the platform or the framework. For example, with an Ionic Capacitor project :