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:
@@ -53,7 +53,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
|
||||
|
||||
@@ -232,6 +234,7 @@ Step 2: Setup ZFS
|
||||
#. Install ZFS::
|
||||
|
||||
apt update
|
||||
|
||||
apt install pv zfs-initramfs
|
||||
|
||||
**Note:** Since this is the first boot, you may get ``Waiting for cache
|
||||
|
||||
Reference in New Issue
Block a user