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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user