From 9b99987f77eff8b4a2cb8fe7e4937cd26d38d5c7 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Wed, 27 Dec 2023 08:08:59 -0800 Subject: [PATCH] Update README to reflect new git forge --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f98726e..94d3367 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The first method requires cloning the repository and running the install script manually. - git clone git@github.com:tgrosinger/dotfiles.git ~/.dotfiles + git clone ssh://git@git.grosinger.net:22322/tgrosinger/dotfiles.git ~/.dotfiles cd ~/.dotfiles ./install.sh @@ -25,4 +25,5 @@ The second method does not require cloning the repository however it does require that Git and Curl is installed on the target machine. - \curl -sSL https://raw.github.com/tgrosinger/dotfiles/master/install.sh | bash + \curl -sSL https://git.grosinger.net/tgrosinger/dotfiles/raw/branch/main/install.sh | bash +