diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |