From 878a5400edb589d0dacc4e2ac5399e4f56eae82f Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 4 Jun 2019 11:35:59 +0100 Subject: readme: Add screenshot and PPA install instructions. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fa82ca3..8226546 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ A very simple screen magnifier app for Ubuntu. +![Magnus Screenshot](data/screenshot.png?raw=true) + ## Install +### Ubuntu + +A [PPA for Magnus](https://launchpad.net/~flexiondotorg/+archive/ubuntu/magnus) is published by [Martin Wimpress](https://github.com/flexiondotorg). + + sudo add-apt-repository ppa:flexiondotorg/magnus + sudo apt update + sudo apt install magnus + +### Source + sudo python3 setup.py install -- cgit