From 5f3a760bb5c2c10f68bf4ff859f0200de221c531 Mon Sep 17 00:00:00 2001
From: Marcel <mees@meezenest.nl>
Date: Tue, 4 Mar 2025 20:41:34 +0100
Subject: [PATCH] Made HOWTO a tiny bit better.

---
 .../HOWTO-change-firmware-and-compile-it_MeesElectronics.md   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/HOWTO-change-firmware-and-compile-it_MeesElectronics.md b/Documentation/HOWTO-change-firmware-and-compile-it_MeesElectronics.md
index 73d9b95..969762a 100644
--- a/Documentation/HOWTO-change-firmware-and-compile-it_MeesElectronics.md
+++ b/Documentation/HOWTO-change-firmware-and-compile-it_MeesElectronics.md
@@ -1,8 +1,10 @@
 # How to compile the RNode firmware yourself
 
+This document describes my efforts to add a new board to the Reticulum RNode firmware. It is published in the hope hat it is useful to other makers who want to make their own RNodes.
+
 ## Required knowledge
 
-This document assumes some basic knowledge of programming. Like using code editors to edit source code and using basic commands like `make`. Plus some basic Linux knowledge. But you don't have to be an expert.
+To follow this manual, some basic programming knowledge like using text editors to edit source code and using basic commands like `make` is required. Plus some basic Linux knowledge. But you don't have to be an expert.
 
 ## Dependencies