Update BUILDING.md

add note about required package for build-release script
pull/2323/head
dement6d 3 years ago committed by GitHub
parent ea24da0f28
commit 3bfc2be681
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