From e3cb40527dea00ef488663da0f0528fde434c02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 10 Aug 2024 20:21:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(README):=20not?= =?UTF-8?q?=20recommended=20text=20to=20the=20installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index a4ab92d5..af7f933f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -298,7 +298,7 @@ fc-cache -fv > [!WARNING] > Here we can take two routes. **CHOOSE ONE, NOT BOTH!** -- ### Yadm Method (_Easier to install and maintain_, **recommended**) +- ### Yadm Method (**recommended**) [Yadm](https://yadm.io/) is amazing. It lets you manage your dotfiles with git without the hassle of creating a git repo on your home directory as well as gitignoring a lot of files. @@ -342,7 +342,7 @@ Now you can receive new updates from my repo and modify your custom one :sunglas If you had any issues feel free to [open an issue](https://github.com/Matt-FTW/dotfiles/issues/new/choose). Do you have some questions about the installation process? You can create a [new discussion post](https://github.com/Matt-FTW/dotfiles/discussions/new/choose) then. Be sure to read the [FAQ](./FAQ.md) first! -- ### Git Method (_Classic method_, **not recommended**) +- ### Git Method Firstly, clone this repository (remember to have git installed).