Skip to content

Commit

Permalink
docs: Instruct users to cd into their repo as part of the quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed May 2, 2024
1 parent 5140601 commit 4b7c27d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/quick_start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,16 @@ cd 'path/to/directory'

4. Clone the repo with the following command

```shell title='Paste the URL you copied earlier'
```shell title="Paste the URL you copied earlier"
git clone https://github.com/<YOUR-USERNAME>/<YOUR-REPOSITORY>
```

5. Navigate into the cloned repository

```shell title="The folder is the name of your repository"
cd <YOUR-REPOSITORY>
```

:::note
Git can be downloaded [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if it is not already on your system.
:::
Expand Down

0 comments on commit 4b7c27d

Please sign in to comment.