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 +