Clarify build step on generating control file
This commit is contained in:
parent
888e5a6f4d
commit
7ef4e4c09a
1 changed files with 3 additions and 2 deletions
|
@ -76,7 +76,8 @@ git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Building
|
#### Building
|
||||||
First, create the control file for your kernel:
|
First, generate the Debian control file for your kernel by running the following
|
||||||
|
in your command prompt:
|
||||||
```bash
|
```bash
|
||||||
debian/rules debian/control
|
debian/rules debian/control
|
||||||
```
|
```
|
||||||
|
@ -118,4 +119,4 @@ You can contribute in various meaningful ways:
|
||||||
* Report a bug through [Github issues](https://github.com/fabianishere/pve-edge-kernel/issues).
|
* Report a bug through [Github issues](https://github.com/fabianishere/pve-edge-kernel/issues).
|
||||||
* Propose new patches and flavors for the project.
|
* Propose new patches and flavors for the project.
|
||||||
* Contribute improvements to the documentation.
|
* Contribute improvements to the documentation.
|
||||||
* Provide feedback about how we can improve the project.
|
* Provide feedback about how we can improve the project.
|
||||||
|
|
Loading…
Reference in a new issue