Add a few notes and warnings to Readme

This commit is contained in:
Snoweuph 2024-11-23 18:57:34 +00:00 committed by Git Euph
parent e2655b633c
commit 47cb202175
Signed by: Euph Forge
GPG key ID: 85A06461FB6BDBB7

View file

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