Skip to content

Commit 0c4293f

Browse files
committed
Add in OS specific terminal prompting for the changing directories
1 parent 186a5a4 commit 0c4293f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)