From b1866e735ad0fefdd06d35b5db325fe90049f733 Mon Sep 17 00:00:00 2001 From: Daniel Atwood <daniel@atwood.io> Date: Thu, 3 Oct 2019 18:13:02 -0400 Subject: [PATCH] Updated README.md Updated degit link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 803a999..f930c56 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a project template for [Svelte](https://svelte.dev) and [Hugo](https://g To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit): ```bash -npx degit datwood/hugo-svelte hugo-svelte +npx degit git@gitlab.com:datwood/hugo-svelte.git hugo-svelte cd hugo-svelte ```