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