mirror of https://github.com/zulip/zulip.git
docs: Replace username with YOUR_USERNAME in Git clone.
The other similar commands in this file use this style.
This commit is contained in:
parent
a4838d8b97
commit
35561c7fa8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue