From 69abc7a9b5cdb7c9468d4c1c7db39592c35c43ea Mon Sep 17 00:00:00 2001 From: Felix Wiegand Date: Tue, 9 Jan 2024 13:42:14 +0100 Subject: [PATCH] Update PREREQUISITES.md --- PREREQUISITES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PREREQUISITES.md b/PREREQUISITES.md index 9e7df19..f06aa8e 100644 --- a/PREREQUISITES.md +++ b/PREREQUISITES.md @@ -1,3 +1,5 @@ # prerequisites When starting your machine for the first time you can simply set it up with the regular windows installer that should show up by default. Before installing fedora make sure to remove the bitlock from the windows partition under the point _security_ in the windows system menu. After that install fedora using the [fedora media writer](https://fedoraproject.org/workstation/download). + +If the installation was successfull you can continue setting up your machine by installing ansible with `sudo dnf install ansible` and following the guide in the [README.md](README.md) file.