diff options
author | Martin Wimpress <code@flexion.org> | 2019-06-04 12:22:38 +0100 |
---|---|---|
committer | Martin Wimpress <code@flexion.org> | 2019-06-04 12:22:38 +0100 |
commit | bc93d417c8ffd6bdaab16fbca17d638733370a51 (patch) | |
tree | f28dfdeee95ee1597079cacdbcbdb06e26fad946 | |
parent | magnus: Bump version to 1.0.1 (diff) | |
download | magnus-bc93d417c8ffd6bdaab16fbca17d638733370a51.tar.gz magnus-bc93d417c8ffd6bdaab16fbca17d638733370a51.tar.bz2 magnus-bc93d417c8ffd6bdaab16fbca17d638733370a51.zip |
readme: Use monospace for the package names.
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -24,12 +24,12 @@ A [PPA for Magnus](https://launchpad.net/~flexiondotorg/+archive/ubuntu/magnus) You'll need the following dependencies: - * gir1.2-gdkpixbuf-2.0 - * gir1.2-glib-2.0 - * gir1.2-gtk-3.0 - * python3 - * python3-gi - * python3-setproctitle + * `gir1.2-gdkpixbuf-2.0` + * `gir1.2-glib-2.0` + * `gir1.2-gtk-3.0` + * `python3` + * `python3-gi` + * `python3-setproctitle` Run `setup.py` to build and install Magnus: |