aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8226546e6972f0c85cc2b073cf30a9cd2f9726cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Magnus

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