diff options
author | Martin Wimpress <code@flexion.org> | 2019-06-04 11:35:59 +0100 |
---|---|---|
committer | Martin Wimpress <code@flexion.org> | 2019-06-04 11:35:59 +0100 |
commit | 878a5400edb589d0dacc4e2ac5399e4f56eae82f (patch) | |
tree | e455aa93171fbfa81e5c183208058955cf3f9aa8 | |
parent | Add screenshot. (diff) | |
download | magnus-878a5400edb589d0dacc4e2ac5399e4f56eae82f.tar.gz magnus-878a5400edb589d0dacc4e2ac5399e4f56eae82f.tar.bz2 magnus-878a5400edb589d0dacc4e2ac5399e4f56eae82f.zip |
readme: Add screenshot and PPA install instructions.
-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 |