From c691b8eec468c815df2e18ca54cee07e76e99fdc Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 4 Jun 2019 11:54:19 +0100 Subject: readme: Add logo and more detailed build instructions. --- README.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8226546..f957a5a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ -# Magnus +

+ Magnus +
+ Magnus +

-A very simple screen magnifier app for Ubuntu. +

A very simple screen magnifier.

![Magnus Screenshot](data/screenshot.png?raw=true) -## Install +

Made with 💝 for

+ +## Building, Testing, and Installation ### Ubuntu @@ -16,4 +22,17 @@ A [PPA for Magnus](https://launchpad.net/~flexiondotorg/+archive/ubuntu/magnus) ### Source - sudo python3 setup.py install +You'll need the following dependencies: + + * gir1.2-gdkpixbuf-2.0 + * gir1.2-glib-2.0 + * gir1.2-gtk-3.0 + * python3 + * python3-gi + * python3-setproctitle + +Run `setup.py` to build and install Magnus: + +```bash +sudo python3 setup.py install +``` -- cgit