Improved local shell snippet rendering

This commit is contained in:
Michele Cereda
2022-05-15 00:24:53 +02:00
parent ba75b52244
commit d057f2210d
135 changed files with 313 additions and 298 deletions

View File

@@ -4,7 +4,7 @@ SUSE and openSUSE GNU/Linux's package management utility.
## TL;DR
```shell
```sh
# update the repositories
zypper refresh
@@ -19,7 +19,7 @@ zypper install parallel
Zypper does not have for now a way to list the content of an installed package. Use [rpm] for this:
```shell
```sh
sudo rpm --query --list ${PACKAGE_NAME}
```