aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
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
bgstack15