From 081a0a245bdd8686fa45ea5aa3a27ec44ca8dbd5 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 8 Jul 2022 15:29:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eda2244..8a210e8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The index.html file can be edited to add custom favicons, styles or analytics, j You are also free to build LiveAtlas yourself to make further changes. ## Building -First run `npm install` to install LiveAtlas dependencies. You can then either run `npm run serve` to start a local dev server, or `npm run build` to build. +This repository uses [yarn zero-installs](https://yarnpkg.com/features/zero-installs), so all dependencies are provided without installing. You can run `yarn run serve` to start a local dev server, or `yarn run build` to build LiveAtlas. ## Support If you find a bug, please create an issue with as must detail as possible. I'm working on this in my spare time, so fixes are on a best effort basis, but I'll eventually find time for them.