Clarify build step on generating control file

This commit is contained in:
Fabian Mastenbroek 2021-05-02 21:05:35 +02:00
parent 888e5a6f4d
commit 7ef4e4c09a
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -76,7 +76,8 @@ git submodule update --init --recursive
```
#### 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
debian/rules debian/control
```