From 631fd7877362eee07ccbdb181c638e9ec4a85864 Mon Sep 17 00:00:00 2001 From: Mlocik97 Date: Sat, 17 Jul 2021 15:44:52 +0200 Subject: [PATCH] Update README.md degit is better way to start with app, that will copy just files inside repo, without ".git" folder. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce6bb9a..43f4003 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Make sure you have met the requirements listed here: https://docs.nodegui.org/#/ From your command line: ```bash -# Clone this repository -git clone https://github.com/nodegui/svelte-nodegui-starter +# Copy files from starter repo +npx degit https://github.com/nodegui/svelte-nodegui-starter # Go into the repository cd svelte-nodegui-starter # Install dependencies