aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <code@flexion.org>2019-06-04 10:01:00 +0100
committerMartin Wimpress <code@flexion.org>2019-06-04 10:12:40 +0100
commit687bfe3f2a3161cda695cb0ab455b437ef918462 (patch)
tree81b1190d0655daeebf8bebe930ae7c0af3ec7e22
parentdata: Add man page and desktop file. (diff)
downloadmagnus-687bfe3f2a3161cda695cb0ab455b437ef918462.tar.gz
magnus-687bfe3f2a3161cda695cb0ab455b437ef918462.tar.bz2
magnus-687bfe3f2a3161cda695cb0ab455b437ef918462.zip
readme: Add basic install instructions.
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index bcf40da..fa82ca3 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
# Magnus
A very simple screen magnifier app for Ubuntu.
+
+## Install
+
+ sudo python3 setup.py install
bgstack15