mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Fix README build instructions
This commit is contained in:
parent
a40188ee43
commit
e70ef10dd6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue