Skip to content

Commit

Permalink
Handle remote paths
Browse files Browse the repository at this point in the history
  • Loading branch information
porada committed May 19, 2020
1 parent 8da8d4b commit c765d27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,9 +1,6 @@
```sh
# Clone the dotfiles
git clone git@github.com:porada/dotfiles ~/.dotfiles

# Use the following in case of authentication errors
# git clone https://github.com/porada/dotfiles.git ~/.dotfiles
# Clone the dotfiles via HTTPS to avoid authentication errors
git clone https://github.com/porada/dotfiles.git ~/.dotfiles

# Make sure all dependencies are in place
~/.dotfiles/bin/dependencies
Expand All @@ -17,4 +14,7 @@ git clone git@github.com:porada/dotfiles ~/.dotfiles

# Make sure everything is up to date
~/.dotfiles/bin/upgrade

# Once SSH has been set up, replace the remote path to the repository
git --git-dir ~/.dotfiles/.git remote set-url origin git@github.com:porada/dotfiles
```

0 comments on commit c765d27

Please sign in to comment.