Skip to content

Commit

Permalink
docs: Fix origin URL in quick start guide
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Apr 21, 2024
1 parent ad74250 commit 89fab4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/chezmoi.io/docs/quick-start.md
Expand Up @@ -74,7 +74,7 @@ $ git commit -m "Initial commit"
and then push your repo:

```console
$ git remote add origin https://github.com/$GITHUB_USERNAME/dotfiles.git
$ git remote add origin git@github.com:$GITHUB_USERNAME/dotfiles.git
$ git branch -M main
$ git push -u origin main
```
Expand Down

0 comments on commit 89fab4b

Please sign in to comment.