mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
docs: change example so USERNAME is only for GitHub (#1721)
I changed the `cd` example so it wouldn't say USERNAME like cloning example, which might mislead a new user.
This commit is contained in:
parent
2e4663cf51
commit
ecc434a7fa
1 changed files with 2 additions and 2 deletions
|
@ -59,9 +59,9 @@ We highly recommend that you install Yarn, an alternative package manager that h
|
|||
5. In your terminal, `cd` to a directory where the local clone will be a subdirectory. (For help see [Introduction to the command-line interface](https://tutorial.djangogirls.org/en/intro_to_command_line/).)
|
||||
|
||||
```sh
|
||||
cd /Users/USERNAME/doc_projects # macOS example
|
||||
cd /Users/NAME/doc_projects # macOS example
|
||||
# or
|
||||
cd /c/USERNAME/doc_projects # Windows example
|
||||
cd /c/NAME/doc_projects # Windows example
|
||||
```
|
||||
|
||||
6. Clone your repository to your local machine:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue