From 9874130bd8803ed6335f45ebfd47d2d62dbdc65e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 29 Aug 2019 12:57:16 +0100 Subject: [PATCH] Less line length --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d982f0ffc..f3fd1b744 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,18 @@ Includes emojis designed by [OpenMoji](https://openmoji.org) – the open-source On Arch/Parabola: ``` bash -sudo pacman -S tor python-pip python-pysocks python-pycryptodome python-beautifulsoup4 imagemagick python-pillow python-numpy python-dateutil certbot +sudo pacman -S tor python-pip python-pysocks python-pycryptodome \ + python-beautifulsoup4 imagemagick python-pillow \ + python-numpy python-dateutil certbot sudo pip install commentjson ``` Or on Debian: ``` bash -sudo apt-get -y install tor python3-pip python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-dateutil python3-pil.imagetk certbot +sudo apt-get -y install tor python3-pip python3-socks imagemagick \ + python3-numpy python3-setuptools python3-crypto \ + python3-dateutil python3-pil.imagetk certbot sudo pip3 install commentjson beautifulsoup4 pycryptodome ```