aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index c7e8a94..df50a88 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,11 @@
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
+```bash
+sudo add-apt-repository ppa:flexiondotorg/magnus
+sudo apt update
+sudo apt install magnus
+```
### Source
bgstack15