From 47cb2021751d49c1325bf4294195efa9d7e9c169 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 23 Nov 2024 18:57:34 +0000 Subject: [PATCH] Add a few notes and warnings to Readme --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Readme.md b/Readme.md index ace7453..146c7cb 100644 --- a/Readme.md +++ b/Readme.md @@ -9,12 +9,19 @@ ### Install Dependencies +> [NOTE] +> Parts of the Dotfiles automatic Dependency resolution relies on **dnf** the Fedora package Manager. +> This is why only **dnf** is listed here. + ```sh sudo dnf install -y curl wget git make just ``` ### Install +> [CAUTION] +> This is a **destructive installation** and will **overwrite** existing conflicting files. + ```sh cd ~ && \ git init -b neo && \