Skip to content

Commit 6bf748e

Browse files
committed
Merge pull request DjangoGirls#420 from alexlatchford/fix-terminal-prompt
Add in OS specific terminal prompting for the changing directories
2 parents 186a5a4 + 0c4293f commit 6bf748e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en/python_introduction/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,15 +440,15 @@ With the file saved, it's time to run it! Using the skills you've learned in the
440440

441441
On a Mac, the command will look something like this:
442442

443-
cd /Users/<your_name>/Desktop
443+
$ cd /Users/<your_name>/Desktop
444444

445445
On Linux, it will be like this (the word "Desktop" might be translated to your language):
446446

447-
cd /home/<your_name>/Desktop
447+
$ cd /home/<your_name>/Desktop
448448

449449
And on windows, it will be like this:
450450

451-
cd C:\Users\<your_name>\Desktop
451+
> cd C:\Users\<your_name>\Desktop
452452

453453
If you get stuck, just ask for help.
454454

0 commit comments

Comments
 (0)