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