Skip to content

Commit

Permalink
Fix git command in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Related to mrpowers-io#234

Update git command in CONTRIBUTING.md file

* Change `git remote --set-url` to `git remote set-url` for setting the URL for the origin.
* Ensure the command is correct and does not produce an error.
  • Loading branch information
nijanthanvijayakumar committed Jul 10, 2024
1 parent f037947 commit c407e49
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 c407e49

Please sign in to comment.