From 297f2d4ce51255e53de1978e47da32377ba64d65 Mon Sep 17 00:00:00 2001 From: Pi-Farm <43029891+pi-farm@users.noreply.github.com> Date: Sun, 28 Sep 2025 22:28:00 +0200 Subject: [PATCH] formatting README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e13d4d..788bb92 100755 --- a/README.md +++ b/README.md @@ -3,23 +3,26 @@ HowToBuild and setup Clone this repo: "git clone https://github.com/pi-farm/Docker-PXE-Server.git" and cd into it: "cd Docker-PXE-Server" -##################################################################################################### +############################################################################################# 1: run: "bash start" or "bash t-start" 1.1: choose (b) to build the image and installing everything in the PXE-Container + 1.2: restart your pi -##################################################################################################### +############################################################################################# 2: run: "bash start" or "bash t-start" 2.1: choose (e) to edit the p2-include-handle file in RPi-PXE-Server (look here: https://github.com/beta-tester/RPi-PXE-Server#p2-include-handle--c2-custom-handle) + 2.2: choose (s) to setup the PXE-Container + 2.3: restart your pi -##################################################################################################### +############################################################################################# 3: run: "bash start" or "bash t-start" @@ -27,7 +30,7 @@ and cd into it: "cd Docker-PXE-Server" After that, your PXE-Container is ready! -##################################################################################################### +############################################################################################# to check, if the volumes are mounted, go into the running container: - run: "docker exec -it pxe-container bash"