From aaff561d8846c0e4d952384fb9d8d168c27ccee8 Mon Sep 17 00:00:00 2001 From: frosty Date: Sun, 26 May 2024 10:54:43 -0400 Subject: [PATCH] change clone dir --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8998190..c42b339 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ This is my collection of configuration and setup data for all of my Linux machin ``` $ cd ~ -$ git clone https://gitlab.com/frostalicious/dotfiles .dotfiles -$ cd .dotfiles +$ git clone https://gitlab.com/frostalicious/dotfiles +$ cd dotfiles $ stow --verbose --target=${HOME} --restow PACKAGES ```