Fix newline escapes in install apt command

This commit is contained in:
Jeff Corcoran 2019-04-01 02:31:40 -04:00 committed by Mathieu Comandon
parent 0b84c58ffb
commit 3d486ca3e2

View file

@ -33,9 +33,9 @@ games themselves we recommend you install the following packages:
To install all those dependencies on Ubuntu based systems, you can run::
sudo apt install python3-yaml python3-requests python3-pil python3-gi /
gir1.2-gtk-3.0 gir1.2-gnomedesktop-3.0 gir1.2-webkit2-4.0 /
gir1.2-notify-0.7 psmisc cabextract unzip p7zip curl fluid-soundfont-gs /
sudo apt install python3-yaml python3-requests python3-pil python3-gi \
gir1.2-gtk-3.0 gir1.2-gnomedesktop-3.0 gir1.2-webkit2-4.0 \
gir1.2-notify-0.7 psmisc cabextract unzip p7zip curl fluid-soundfont-gs \
x11-xserver-utils python3-evdev libc6-i386 lib32gcc1 libgirepository1.0-dev
Installation