INSTALL.md: add missing ```sh code fences

This commit is contained in:
miruka 2021-01-04 09:00:32 -04:00
parent 69a338f610
commit aaf0eb2f09

View File

@ -90,7 +90,9 @@ package on your machine.
If you are on the Edge channel of Alpine Linux or postmarketOS, Mirage can be If you are on the Edge channel of Alpine Linux or postmarketOS, Mirage can be
installed right from the testing repositry: installed right from the testing repositry:
```sh
apk add mirage apk add mirage
```
If you are unsure about what Edge is and want to read more about it, you can do If you are unsure about what Edge is and want to read more about it, you can do
so on the [Alpine Wiki](https://wiki.alpinelinux.org/wiki/Edge). so on the [Alpine Wiki](https://wiki.alpinelinux.org/wiki/Edge).
@ -105,15 +107,19 @@ available.
Installing the release version with a AUR helper, e.g. Installing the release version with a AUR helper, e.g.
[yay](https://github.com/Jguer/yay): [yay](https://github.com/Jguer/yay):
```sh
yay -S matrix-mirage yay -S matrix-mirage
```
#### Debian #### Debian
Requires [Debian Testing](https://wiki.debian.org/DebianTesting). Requires [Debian Testing](https://wiki.debian.org/DebianTesting).
To install the package: To install the package:
```sh
apt update apt update
apt install matrix-mirage apt install matrix-mirage
```
#### Gentoo #### Gentoo
@ -131,18 +137,24 @@ Installing Mirage:
Requires the unstable channel, to add it: Requires the unstable channel, to add it:
```sh
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nix-channel --add https://nixos.org/channels/nixpkgs-unstable
nix-channel --update nix-channel --update
```
To install the package: To install the package:
```sh
nix-env -iA nixpkgs.mirage-im nix-env -iA nixpkgs.mirage-im
```
#### OpenMandriva Lx #### OpenMandriva Lx
Requires [Unstable or Rolling][1]. To install the package: Requires [Unstable or Rolling][1]. To install the package:
```sh
sudo dnf install matrix-mirage sudo dnf install matrix-mirage
```
[1]: https://openmandriva.net/wiki/en/index.php?title=OpenMandriva_Release_Plan_and_Repositories#Release_Plan [1]: https://openmandriva.net/wiki/en/index.php?title=OpenMandriva_Release_Plan_and_Repositories#Release_Plan