README.md: change install instructions

This commit is contained in:
krolxon 2025-12-09 15:35:20 +05:30
parent ad02f786d7
commit 50155cfd45
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@
$ cd $HOME $ cd $HOME
$ git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles $ git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles $ cd ~/.dotfiles
$ stow . --no-folding $ ./install.sh
``` ```