Update README to reflect new git forge

This commit is contained in:
Tony Grosinger 2023-12-27 08:08:59 -08:00
parent 5e8cd5b1cf
commit 9b99987f77

View File

@ -17,7 +17,7 @@
The first method requires cloning the repository and running the install script manually. 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 cd ~/.dotfiles
./install.sh ./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. 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