Add a note in build instructions for dev environments

This commit is contained in:
Alex Pyrgiotis 2023-10-09 00:05:31 +03:00 committed by deeplow
parent 2256f9fb4e
commit b11920a3af
No known key found for this signature in database
GPG key ID: 577982871529A52A
2 changed files with 12 additions and 0 deletions

View file

@ -97,6 +97,10 @@ poetry shell
./dev_scripts/dangerzone
```
> [!NOTE]
> Prefer running the following command in a Fedora development environment,
> created by `./dev_script/env.py`.
Create a .rpm:
```sh
@ -259,6 +263,10 @@ QUBES_CONVERSION=1 ./dev_scripts/dangerzone
Create a .rpm:
> [!NOTE]
> Prefer running the following command in a Fedora development environment,
> created by `./dev_script/env.py`.
```sh
./install/linux/build-rpm.py --qubes
```

View file

@ -282,6 +282,10 @@ poetry shell
./dev_scripts/dangerzone
```
> [!NOTE]
> Prefer running the following command in a Fedora development environment,
> created by `./dev_script/env.py`.
Create a .rpm:
```sh