This PR adds a note directing first-time cloners of
their Ceph git forks to make sure to cd into the ceph/
directory before trying to run the "git config" commands.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit
3e6bcd7f0be2d0f896146c563a3381c9b7ea0e83)
1. Configure your local git environment with your name and email address.
+ .. note::
+ These commands will work only from within the ``ceph/`` directory
+ that was created when you cloned your fork.
+
.. prompt:: bash $
git config user.name "FIRST_NAME LAST_NAME"