Debian/Ubuntu: Add some blank lines

The convention here is to add a blank line between commands that
cannot be copied-and-pasted together.  apt is such a command, as it
will eat the input from the paste.
This commit is contained in:
Richard Laager
2020-12-12 03:49:41 -06:00
parent 6bfb226bf0
commit 3d862230eb
5 changed files with 25 additions and 0 deletions

View File

@@ -56,7 +56,9 @@ Contributing
#. Install the tools::
sudo apt install python3-pip
pip3 install -r docs/requirements.txt
# Add ~/.local/bin to your $PATH, e.g. by adding this to ~/.bashrc:
PATH=$HOME/.local/bin:$PATH