Inspired by hello world, clarify $ further

Too much?
This commit is contained in:
Carol (Nichols || Goulding) 2016-07-28 21:26:35 -04:00
parent 71a91c4db4
commit bb0ac803e7

View File

@ -8,7 +8,8 @@ Well be showing off a number of commands using a terminal, and those lines al
start with `$`. You don't need to type in the `$`s; they are there to indicate start with `$`. You don't need to type in the `$`s; they are there to indicate
the start of each command. Youll see many tutorials and examples around the web the start of each command. Youll see many tutorials and examples around the web
that follow this convention: `$` for commands run as a regular user, and `#` that follow this convention: `$` for commands run as a regular user, and `#`
for commands you should be running as an administrator. for commands you should be running as an administrator. Lines that don't start
with `$` are typically showing the output of the previous command.
## Installing on Linux or Mac ## Installing on Linux or Mac