From 66765689fb7fef5da8cb0bd1ef872e887fe1a571 Mon Sep 17 00:00:00 2001 From: Adam Jeniski <45019515+Ajetski@users.noreply.github.com> Date: Sun, 8 Jan 2023 09:34:35 -0500 Subject: [PATCH] fix repo link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2242a59..e098c90 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Install the repo ```bash -git clone --bare https://gitlab.com/Ajetski/dotfiles $HOME/.cfg +git clone --bare git@github.com:ajetski/dotfiles.git $HOME/.cfg git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout ```