updated restoration command line

This commit is contained in:
Radar231 2024-04-09 07:21:15 -04:00
parent b01a60e971
commit 9cb0cddbee
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $ bare push
### Setup a new machine
```
$ git clone --separate-git-dir=$HOME/.dotfiles ssh://git@git.radar231.com:222/radar231/dotfiles.git tmpdotfiles
$ git clone --separate-git-dir=$HOME/.dotfiles git@git.lan:radar231/dotfiles.git tmpdotfiles
$ rsync --recursive --verbose --exclude '.git' tmpdotfiles/ $HOME/
$ rm -r tmpdotfiles
```