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:
Jay Martin 2019-07-28 22:13:25 -07:00 committed by Yangshun Tay
parent 2e4663cf51
commit ecc434a7fa

View file

@ -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: