From 43f92b80b006c287259a21d906b2bde743a5e946 Mon Sep 17 00:00:00 2001 From: cranberry Date: Sat, 28 Nov 2020 20:25:41 +0100 Subject: [PATCH] Fixed build instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6567a70..29efd24 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ You should just need to run `./build.sh` but if that fails run the following com cp client-defaults/package.json client/package.json cp client-defaults/main.js client/main.js cp -r client-defaults/plugins client/plugins + cp -r icons/ client/ cd client/ npm install