From 7ef4e4c09ab0ed9fc031064fb456773da670fde5 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 2 May 2021 21:05:35 +0200 Subject: [PATCH] Clarify build step on generating control file --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7c98c4..5dc2e96 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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). * Propose new patches and flavors for the project. * Contribute improvements to the documentation. -* Provide feedback about how we can improve the project. \ No newline at end of file +* Provide feedback about how we can improve the project.