diff --git a/en/html/README.md b/en/html/README.md index d4457e74778..c5d53910155 100644 --- a/en/html/README.md +++ b/en/html/README.md @@ -144,7 +144,7 @@ First off, let's see what files have changed since we last deployed: $ git status -Let's tell `git` to include all the changes from the current directory: +Make sure you're in the `djangogirls` directory and let's tell `git` to include all the changes within this directory: $ git add -A .