Update README.md

This commit is contained in:
Johannes Merz 2024-03-22 12:52:33 +01:00
parent df4a38e3c1
commit b034e7ef82
1 changed files with 3 additions and 0 deletions

View File

@ -5,5 +5,8 @@ Dotfiles and default setup
clone the repo cd into it and run clone the repo cd into it and run
``` ```
cd $HOME
git clone https://git.vpsj.de/jay/dotfiles.git dotfiles
cd dotfiles
stow --target=$HOME --verbose=2 */ stow --target=$HOME --verbose=2 */
``` ```