diff --git a/readme.md b/readme.md index f73bb90..46a7b75 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Find here a collection of samples for the [SAP Cloud Application Programming Mod Assumed you did your [initial setup of CAP Node.js](https://cap.cloud.sap/docs/get-started/#setup), simply copy & paste these lines to a terminal for a jumpstart: ```sh -git clone -j11 -q --recursive https://github.com/capire/samples cap/samples +git clone --recurse-submodules https://github.com/capire/samples cap/samples cd cap/samples npm run latest npm install