about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/basics.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/basics.md b/doc/basics.md
index 5226875cc21..e2e307ce4f6 100644
--- a/doc/basics.md
+++ b/doc/basics.md
@@ -28,6 +28,8 @@ git clone git@github.com:<your-username>/rust-clippy
 If you've already cloned Clippy in the past, update it to the latest version:
 
 ```bash
+# If the upstream remote has not been added yet
+git remote add upstream https://github.com/rust-lang/rust-clippy
 # upstream has to be the remote of the rust-lang/rust-clippy repo
 git fetch upstream
 # make sure that you are on the master branch