From e867548c33faee7952b76044f6fcda9078f9e5ba Mon Sep 17 00:00:00 2001 From: soulehshaikh99 Date: Fri, 21 Aug 2020 02:07:44 +0530 Subject: [PATCH] :memo: README Updated --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3202926..5964eb6 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ But I strongly recommend using yarn as it is a better choice when compa ```bash # Clone the Project -# GitHub CLI Users +# Use degit scaffolding tool +$ npx degit soulehshaikh99/create-svelte-electron-app create-svelte-electron-app +# or GitHub CLI Users $ gh repo clone https://github.com/soulehshaikh99/create-svelte-electron-app.git # or Normal Git Users $ git clone https://github.com/soulehshaikh99/create-svelte-electron-app.git