docs: Replace username with YOUR_USERNAME in Git clone.

The other similar commands in this file use this style.
This commit is contained in:
Hashir Sarwar 2019-11-01 00:27:33 +05:00 committed by Tim Abbott
parent a4838d8b97
commit 35561c7fa8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ the main server app, this is [zulip/zulip][github-zulip-zulip].
Next, clone your fork to your local machine:
```
$ git clone --config pull.rebase git@github.com:christi3k/zulip.git
$ git clone --config pull.rebase https://github.com/YOUR_USERNAME/zulip.git
Cloning into 'zulip'
remote: Counting objects: 86768, done.
remote: Compressing objects: 100% (15/15), done.