diff --git a/README.md b/README.md index 8dc0ca8..83c1e74 100644 --- a/README.md +++ b/README.md @@ -122,10 +122,12 @@ Install with `emerge mastodon-cpp`. Or [add my repository](https://wiki.gentoo.org/wiki/Eselect/Repository) and install it from there. - eselect repository add tastytea git https://git.tastytea.de/repos/overlay-tastytea.git - echo 'dev-cpp/mastodon-cpp ~amd64' >> /etc/portage/package.keywords/mastodon-cpp - emaint sync -r tastytea - emerge -a dev-cpp/mastodon-cpp +```SH +eselect repository add tastytea git https://git.tastytea.de/repos/overlay-tastytea.git +echo 'dev-cpp/mastodon-cpp ~amd64' >> /etc/portage/package.keywords/mastodon-cpp +emaint sync -r tastytea +emerge -a dev-cpp/mastodon-cpp +``` ### DEB and RPM @@ -164,10 +166,12 @@ Download the current release at [schlomp.space](https://schlomp.space/tastytea/m ### Compile - mkdir build - cd build/ - cmake .. - make +```SH +mkdir build +cd build/ +cmake .. +make +``` cmake options: @@ -277,7 +281,9 @@ Feature complete as of Mastodon 2.4.0 # Copyright - Copyright © 2018 tastytea . - License GPLv3: GNU GPL version 3 . - This program comes with ABSOLUTELY NO WARRANTY. This is free software, - and you are welcome to redistribute it under certain conditions. +``` +Copyright © 2018 tastytea . +License GPLv3: GNU GPL version 3 . +This program comes with ABSOLUTELY NO WARRANTY. This is free software, +and you are welcome to redistribute it under certain conditions. +```