update README

This commit is contained in:
Never Gude 2025-09-08 15:21:52 +02:00
parent 0d79039ccb
commit 9de091e062

View file

@ -44,15 +44,16 @@ Install GNU Stow
sudo dnf install stow
```
```bash
git clone https://git.nevereverever.de/never/never-dotfiles.git
Clone dotfiles into home folder
```bash
git clone https://git.nevereverever.de/never/dotfiles.git ~/.dotfiles/
```
Stow configuration using ```stow```
```bash
cd never-dotfiles/
```
```bash
stow .
cd .dotfiles/
```
```bash
stow ./
```