doc: add verb in front of command to run
[gitweb.git] / Documentation / gitcore-tutorial.txt
index 6c434aff301ef284e8af5098902b7c12e6c1d233..72ed90ca3bcb244ecea9efa50de909d367a5e746 100644 (file)
@@ -1478,7 +1478,7 @@ You can repack this private repository whenever you feel like.
 A recommended work cycle for a "subsystem maintainer" who works
 on that project and has an own "public repository" goes like this:
 
-1. Prepare your work repository, by 'git clone' the public
+1. Prepare your work repository, by running 'git clone' on the public
    repository of the "project lead". The URL used for the
    initial cloning is stored in the remote.origin.url
    configuration variable.