aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <code@flexion.org>2019-06-04 12:23:38 +0100
committerMartin Wimpress <code@flexion.org>2019-06-04 12:23:38 +0100
commit3736c5c697ddd4c169aab719c4c3925464fc667c (patch)
tree7e4a966eb0d99e0a1a32b867af2b43851576ae1e
parentreadme: Use monospace for the package names. (diff)
downloadmagnus-3736c5c697ddd4c169aab719c4c3925464fc667c.tar.gz
magnus-3736c5c697ddd4c169aab719c4c3925464fc667c.tar.bz2
magnus-3736c5c697ddd4c169aab719c4c3925464fc667c.zip
readme: Markup install steps as bash.
-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