Skip to content

Commit a5befa3

Browse files
committed
Fixed DjangoGirls#151 -- Move the file deletion warning before the command.
1 parent 0d0e271 commit a5befa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

intro_to_command_line/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ Windows:
194194
> cd
195195
C:\Users\olasitarska\Desktop
196196

197-
Now time to delete the `djangogirls` directory:
197+
Now time to delete the `djangogirls` directory.
198+
199+
> __Attention__: Deleting files using `del`, `rmdir` or `rm` is irrecoverable, meaning _deleted files will be gone forever_! So, be very careful with this command.
198200
199201
$ rm -r djangogirls
200202

@@ -211,8 +213,6 @@ Windows:
211213

212214
> dir
213215

214-
> __Attention__: Deleting files using `del`, `rmdir` or `rm` is irrecoverable, meaning _deleted files will be gone forever_! So, be very careful with this command.
215-
216216
### Exit
217217

218218
That's it for now! You can safely close the command line now. Let's do it the hacker way, all right?:)

0 commit comments

Comments
 (0)