Skip to content

Commit eec1b21

Browse files
authored
Clarify Windows command line and $
Fixes DjangoGirls#1390
1 parent 7179812 commit eec1b21

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

en/intro_to_command_line/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You now should see a white or black window that is waiting for your commands.
4747
<!--sec data-title="Prompt: OS X and Linux" data-id="OSX_Linux_prompt" data-collapse=true ces-->
4848

4949

50-
If you're on Mac or Linux, you probably see `$`, like this:
50+
If you're on Mac or Linux, you probably see a `$`, like this:
5151

5252
{% filename %}command-line{% endfilename %}
5353
```
@@ -58,15 +58,18 @@ $
5858
<!--sec data-title="Prompt: Windows" data-id="windows_prompt2" data-collapse=true ces-->
5959

6060

61-
On Windows, it's a `>` sign, like this:
61+
On Windows, you probably see a `>`, like this:
6262

6363
{% filename %}command-line{% endfilename %}
6464
```
6565
>
6666
```
67+
68+
Take a look at the Linux section just above now -- you'll see something more like that when you get to PythonAnywhere later in the tutorial.
69+
6770
<!--endsec-->
6871

69-
Each command will be prepended by this sign and one space, but you don't have to type it. Your computer will do it for you. :)
72+
Each command will be prepended by a `$` or `>` and one space, but you should not type it. Your computer will do it for you. :)
7073

7174
> Just a small note: in your case there may be something like `C:\Users\ola>` or `Olas-MacBook-Air:~ ola$` before the prompt sign, and this is 100% OK.
7275

0 commit comments

Comments
 (0)