From ca6ab95ea48b54ec0fe4f9f41f7b6ecce00381fe Mon Sep 17 00:00:00 2001 From: Conduitry Date: Sat, 19 Jan 2019 16:28:52 -0500 Subject: [PATCH] site: update readme with simplified version=local instructions --- site/README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/site/README.md b/site/README.md index 591e3f0cfb..e7ecdeb2e3 100644 --- a/site/README.md +++ b/site/README.md @@ -13,17 +13,7 @@ Start the server with `npm run dev`, and navigate to [localhost:3000](http://loc ## Using a local copy of Svelte -By default, the REPL will fetch the most recent version of Svelte from https://unpkg.com/svelte. If you need to test a local version of Svelte, you can do so by linking it and navigating to [localhost:3000/repl?version=local](http://localhost:3000/repl?version=local): - -```bash -cd /path/to/svelte -npm link -npm run dev # rebuild Svelte on changes - -cd /path/to/svelte/site -npm link svelte -npm run dev -``` +By default, the REPL will fetch the most recent version of Svelte from https://unpkg.com/svelte. To use the local copy of the compiler and runtime from this repo, you can navigate to [localhost:3000/repl?version=local](http://localhost:3000/repl?version=local). ## REPL GitHub integration