From 222b98b87a3a83dd968b8c7bbc578e403a18d693 Mon Sep 17 00:00:00 2001 From: kiler129 Date: Wed, 3 Feb 2021 21:35:33 -0600 Subject: [PATCH] Add some clarification to docs --- README.md | 2 +- build/proxmox/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36ce76f..4d22ab1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ described here. Thus, I publish precompiled packages. #### Proxmox - building from sources (advanced) If you're running a version of Proxmox with [no packages available](README.md#proxmox---premade-packages-easy) you can -[compile the kernel yourself using patches provided](build/proxmox/README.md). +[compile the kernel yourself using patches provided](build/proxmox/). --- diff --git a/build/proxmox/README.md b/build/proxmox/README.md index c37a498..2129c03 100644 --- a/build/proxmox/README.md +++ b/build/proxmox/README.md @@ -39,6 +39,7 @@ This is mostly intended for building packages for later use (and/or when you don #### Prerequisites 1. Docker installed (tested on macOS & Debian 10) 2. ~30GB of free space +3. Copy of `Dockerfile` from `build/proxmox` (present alongside this `README`) #### Steps