From 3736c5c697ddd4c169aab719c4c3925464fc667c Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 4 Jun 2019 12:23:38 +0100 Subject: readme: Markup install steps as bash. --- README.md | 8 +++++--- 1 file 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 -- cgit