diff options
author | Martin Wimpress <code@flexion.org> | 2019-06-04 12:23:38 +0100 |
---|---|---|
committer | Martin Wimpress <code@flexion.org> | 2019-06-04 12:23:38 +0100 |
commit | 3736c5c697ddd4c169aab719c4c3925464fc667c (patch) | |
tree | 7e4a966eb0d99e0a1a32b867af2b43851576ae1e | |
parent | readme: Use monospace for the package names. (diff) | |
download | magnus-3736c5c697ddd4c169aab719c4c3925464fc667c.tar.gz magnus-3736c5c697ddd4c169aab719c4c3925464fc667c.tar.bz2 magnus-3736c5c697ddd4c169aab719c4c3925464fc667c.zip |
readme: Markup install steps as bash.
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |