Spelling mistake

This commit is contained in:
kz-n 2022-01-17 13:15:16 +01:00 committed by GitHub
parent 643611b509
commit 65522c9718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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