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 && \