docs: Fix Debian installation instructions (#219)

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
Max Truxa 2022-05-17 17:05:56 +02:00 committed by GitHub
parent 64d67e510e
commit 23297691f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View file

@ -386,13 +386,21 @@ pre > code.cmd {
}
code.cmd.bash,
code.cmd .bash {
code.cmd .bash,
code.cmd.bash-continuation,
code.cmd .bash-continuation {
font-weight: bold;
}
code.cmd.bash::before,
code.cmd .bash::before {
content: '$';
content: '$';
margin-right: .5rem;
}
code.cmd.bash-continuation::before,
code.cmd .bash-continuation::before {
content: '>';
margin-right: .5rem;
}