mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-25 00:56:29 +08:00
Break list of package managers into separate words
Otherwise, they are seen by Markdown as a very long word. Indirectly, that might lead to the line break in the word "apt-get". Resolves: #337
This commit is contained in:
parent
5c3a201108
commit
b5d4416af3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Scope:
|
|||
|
||||
Notes:
|
||||
|
||||
- To keep this to one page, content is implicitly included by reference. You're smart enough to look up more detail elsewhere once you know the idea or command to Google. Use `apt-get`/`yum`/`dnf`/`pacman`/`pip`/`brew` (as appropriate) to install new programs.
|
||||
- To keep this to one page, content is implicitly included by reference. You're smart enough to look up more detail elsewhere once you know the idea or command to Google. Use `apt-get`, `yum`, `dnf`, `pacman`, `pip` or `brew` (as appropriate) to install new programs.
|
||||
- Use [Explainshell](http://explainshell.com/) to get a helpful breakdown of what commands, options, pipes etc. do.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue