From b034e7ef82fc537b615e9fca4bde1ce91f989b6b Mon Sep 17 00:00:00 2001 From: Johannes Merz Date: Fri, 22 Mar 2024 12:52:33 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 44cdaa6..67dc474 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,8 @@ Dotfiles and default setup 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 */ ```