From 8ec1e14cb5faaacd7160f8e4c3cd6c2cf36c9d48 Mon Sep 17 00:00:00 2001 From: Antony Jones Date: Tue, 12 May 2020 09:12:00 +0100 Subject: [PATCH] Remove duplicate site build instructions Fixes #4815 --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index fa725804a9..9faee2a995 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,7 @@ npm run test -- -g transition ## svelte.dev -The source code for https://svelte.dev, including all the documentation, lives in the [site](site) directory. The site is built with [Sapper](https://sapper.svelte.dev). To develop locally: - -```bash -cd site -npm install && npm run update -npm run dev -``` +The source code for https://svelte.dev, including all the documentation, lives in the [site](site) directory. The site is built with [Sapper](https://sapper.svelte.dev). ## License