From 9739de8b9cb7666be2c78a0b34c87c0a46fd4d0c Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Wed, 7 Dec 2022 20:03:43 -0800 Subject: [PATCH] updates for sr.ht --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 66d0749..4154c40 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,8 @@ These are generic dotfiles intended for use across any platform. Following the best practices of the local platform install `git` and `stow`. ``` -$ git clone ssh://git@gitlab.com/amdavidson/dotfiles.git $HOME/.dotfiles +$ git clone git@git.sr.ht:~amdavidson/dotfiles $HOME/.dotfiles $ cd $HOME/.dotfiles -$ ./update.sh $ stow {scripts,bash,git,tmux,vim} ```