From b5d4416af3c3686da61afbfbe68f56d3a6160011 Mon Sep 17 00:00:00 2001 From: Timur Date: Sun, 7 Feb 2016 04:19:14 +0300 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3283210..29dc42a 100644 --- a/README.md +++ b/README.md @@ -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.