From 7e12fe0dc36e547a63cf045ddfdc3646123c5956 Mon Sep 17 00:00:00 2001 From: sporb <104173450+HolyNetworkAdapter@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:12:39 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f90c85e..5de9d09 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,6 @@ This is a drop-in replacement for the dying CollabVM 1.2.11. Currently in beta ## Running 1. Copy config.example.toml to config.toml, and fill out fields -2. Build it: `npm run build` -3. Run it: `npm run serve` +2. Install dependencies: `npm i` +3. Build it: `npm run build` +4. Run it: `npm run serve`