Skip to content

Commit

Permalink
Merge pull request #6 from nijanthanvijayakumar/issue-234-fix-git-com…
Browse files Browse the repository at this point in the history
…mand

Fix git command in CONTRIBUTING.md
  • Loading branch information
nijanthanvijayakumar authored Jul 10, 2024
2 parents f037947 + c407e49 commit ef7def7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ To start contributing you should fork this repository and only after that clone

```shell
# for user-login
git remote --set-url origin https://github.com/your-github-name/quinn.git
git remote set-url origin https://github.com/your-github-name/quinn.git
# for private keys way
git remote --set-url origin [email protected]:your-github-name/quinn.git
git remote set-url origin [email protected]:your-github-name/quinn.git
```

### Install the project
Expand Down

0 comments on commit ef7def7

Please sign in to comment.