babluboy / bookworm

A simple ebook reader for Elementary OS
GNU General Public License v3.0
1.32k stars 101 forks source link

[Fix] Text formatting on readme.md (install instructions) #296

Closed lihuelworks closed 4 years ago

lihuelworks commented 4 years ago

The portion that details the install information is like this

Run the command below to install the above on Ubuntu and Debian distros: sudo apt-get install unzip poppler-utils unar html2text python2 libgtk-3-dev libgee-0.8-dev libgranite-dev libsqlite3-dev libxml2-dev webkit2gtk-4.0 libwebkit2gtk-4.0-37 libpoppler-glib-dev meson valac gettext curl ninja appstream

...when it should be code formatted like this:

Run the command below to install the above on Ubuntu and Debian distros: sudo apt-get install unzip poppler-utils unar html2text python2 libgtk-3-dev libgee-0.8-dev libgranite-dev libsqlite3-dev libxml2-dev webkit2gtk-4.0 libwebkit2gtk-4.0-37 libpoppler-glib-dev meson valac gettext curl ninja appstream

A small dumb fix, but it should avoid people skipping some of the install instructions.

babluboy commented 4 years ago

@lihuelworks Very helpful suggestion, should be an easy fix