Skip to content

Commit 2cf2dc0

Browse files
committed
Include commandline "prompt" section in main installation section
Prevent people from being confused by the the prompt, and eg copy-pasting $s into the terminal.
1 parent ab90520 commit 2cf2dc0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

en/installation/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,17 @@ To install software on your machine, follow the instructions below:
3333

3434
## Brief intro to the command line {#intro-command-line}
3535
Many of the steps below reference the "console", "terminal", "command window", or "command line" -- these all mean the same thing: a window on your computer where you can enter commands. When you get to the main tutorial, you'll learn more about the command line. For now, the main thing you need to know is how to open a command window and what it looks like:
36+
3637
{% include "/intro_to_command_line/open_instructions.md" %}
3738

39+
### The Command-line Prompt
40+
41+
Now you know how to open a command line,
42+
we just need to understand what the "prompt" is.
43+
44+
{% include "/intro_to_command_line/prompt.md" %}
45+
46+
3847
## Install Python {#python}
3948
{% include "/python_installation/instructions.md" %}
4049

0 commit comments

Comments
 (0)