Syntax highlighting for shell snippets

This commit is contained in:
tastytea 2018-06-07 23:11:08 +02:00
parent 9c3ab8c00d
commit 1a0a51a939
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 18 additions and 12 deletions

View File

@ -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 <tastytea@tastytea.de>.
License GPLv3: GNU GPL version 3 <https://www.gnu.org/licenses/gpl-3.0.html>.
This program comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.
```
Copyright © 2018 tastytea <tastytea@tastytea.de>.
License GPLv3: GNU GPL version 3 <https://www.gnu.org/licenses/gpl-3.0.html>.
This program comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.
```