Skip to content

Commit

Permalink
Update tutorial-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored May 17, 2019
1 parent 54149d1 commit 5a3bae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorial-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ We highly recommend you to install Yarn, an alternative package manager that has
5. Clone your repository to your local machine:

```sh
git clone git@github.com:USERNAME/docusaurus-tutorial.git ##SSH
#or
git clone https://github.com/USERNAME/docusaurus-tutorial.git #HTTPS
git clone git@github.com:USERNAME/docusaurus-tutorial.git # SSH
# or
git clone https://github.com/USERNAME/docusaurus-tutorial.git # HTTPS
```

6. `cd` into the repository which you just created.
Expand Down

0 comments on commit 5a3bae0

Please sign in to comment.