Fix README build instructions

This commit is contained in:
smartfridge 2022-05-21 12:17:28 +02:00 committed by GitHub
parent a40188ee43
commit e70ef10dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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