From 5fd53af017d9302da5de41242aeba4c9286683db Mon Sep 17 00:00:00 2001 From: Cametendo Date: Tue, 21 Apr 2026 22:04:08 +0200 Subject: [PATCH] Removed MacOS and FreeBSD from supported OS Will add them once they are also supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1ac985..096a223 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Java program using `dd` to make flashing iso and image files easier on the termi - **IMPORTANT**: Since dd needs sudo rights, ensure you have root priviliges. # Supported OS -- Linux, MacOS, FreeBSD +- Linux # Installation 1. Clone the repository onto your local device.