Skip to content

Commit f1a790c

Browse files
committed
Merge pull request #311 from BeataBak/master
Explicitly state the directory we should be in
2 parents ac645a7 + bc4decf commit f1a790c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ First off, let's see what files have changed since we last deployed:
144144

145145
$ git status
146146

147-
Let's tell `git` to include all the changes from the current directory:
147+
Make sure you're in the `djangogirls` directory and let's tell `git` to include all the changes within this directory:
148148

149149
$ git add -A .
150150

0 commit comments

Comments
 (0)