From 65522c971865985c1441f0c6a81a005020b54aa3 Mon Sep 17 00:00:00 2001 From: kz-n <64893077+kz-n@users.noreply.github.com> Date: Mon, 17 Jan 2022 13:15:16 +0100 Subject: [PATCH] Spelling mistake --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 192c44a..1443007 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ # How to run/install it? ### Recommended: -Check releases tab for precompiled packages for Linux, Windows and Mac OS (experimental). + Check releases tab for precompiled packages for Linux, Windows and Mac OS (experimental). ### Manual: -Alternatively you can run ArmCord from source (npm, nodejs required): -1. Clone ArmCord repo: `git clonehttps://github.com/ArmCord/ArmCord.git` -2. Run `npm install` to install dependencies -3. Compile/Package with `npm run package` + 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` # FAQ