From 3b818b18c19f3ea12b090e881dcdd1792e416024 Mon Sep 17 00:00:00 2001 From: Dominik Nehse <38734830+nedo-SAP@users.noreply.github.com> Date: Wed, 26 Feb 2020 15:50:05 +0100 Subject: [PATCH] Added info on the usage of Windows Powershell There is a known encoding issue with Windows Powershell that leads to the xs-security.json to not be accepted when creating the xsuaa service instance. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ade3b62c..5e224323 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ lerna bootstrap --hoist cds compile srv/ --to xsuaa > xs-security.json ``` +There is a known encoding issue when using Windows Powershell, please have a look at the [CAP documentation](https://cap.cloud.sap/docs/advanced/troubleshooting#pws-encoding). + #### Deploy to Cloud Foundry Please see the description of branch week3-unit4