From ef185516fb520e32075a457937ba7c19796eec3c Mon Sep 17 00:00:00 2001 From: Daniel Schlachter Date: Fri, 4 Apr 2025 15:50:42 +0200 Subject: [PATCH] rm clone option not working --- guides/deployment/to-cf.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/guides/deployment/to-cf.md b/guides/deployment/to-cf.md index abe553dc9..27d7e1b23 100644 --- a/guides/deployment/to-cf.md +++ b/guides/deployment/to-cf.md @@ -40,17 +40,6 @@ cds init bookshop --add sample cd bookshop ``` -::: details Alternatively, download or clone the sample repository - -Exercise the following steps in the `bookshop` subfolder of the [`cloud-cap-samples`](https://github.com/sap-samples/cloud-cap-samples) repo: - -```sh -git clone https://github.com/sap-samples/cloud-cap-samples samples -cd samples/bookshop -``` - -::: -