Add a few notes and warnings to Readme
This commit is contained in:
parent
e2655b633c
commit
47cb202175
1 changed files with 7 additions and 0 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue