Merge pull request #2323 from dement6d/patch-1

Update BUILDING.md
pull/2326/head
Audric Ackermann 3 years ago committed by GitHub
commit 2d90b5fb94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,6 +124,15 @@ yarn start-prod # start the app on production mode (currently this is the only o
### Commands
The `rpm` package is required for running the build-release script. Run the appropriate command to install the `rpm` package:
```sh
sudo pacman -S rpm # Arch
```
```sh
sudo apt install rpm # Ubuntu/Debian
```
Run the following to build the binaries for your specific system OS.
```

Loading…
Cancel
Save