From e70ef10dd6c89df7248f00902d57485b4c15d3b5 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Sat, 21 May 2022 12:17:28 +0200 Subject: [PATCH] Fix README build instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e50a96..6651d0f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ ArmCord is also available on the Snap store [here](https://snapcraft.io/armcord) Alternatively you can run ArmCord from source (npm, nodejs required): 1. Clone ArmCord repo: `git clone https://github.com/ArmCord/ArmCord.git` 2. Run `npm install` to install dependencies - 3. Compile/Package with `npm run package` + 3. Build with `npm run build` + 4. Compile/Package with `npm run package` # FAQ