summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2024-02-10 22:14:08 +0100
committerDave Davenport <qball@gmpclient.org>2024-02-10 22:14:08 +0100
commit3dc3e2d6164ab4a8720d044575a09d43f06eab0d (patch)
tree6d2eb8b08f792e97a153fac4cb6cc9b7200e38e8
parentdc43ee7d5b379363cba2f0377e7119822e8fb866 (diff)
[Doc] Fix broken ``` guards.
-rw-r--r--INSTALL.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 1a35bdec..38da5508 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -257,19 +257,19 @@ For more information see the rofi-debugging(5) manpage.
```bash
apt install rofi
-````
+```
### Fedora
```bash
dnf install rofi
-````
+```
### ArchLinux
```bash
pacman -S rofi
-````
+```
### Gentoo
@@ -278,13 +278,13 @@ enable ~arch to get the latest release:
```bash
echo 'x11-misc/rofi ~amd64' >> /etc/portage/package.accept_keywords
-````
+```
for amd64 or:
```bash
echo 'x11-misc/rofi ~x86' >> /etc/portage/package.accept_keywords
-````
+```
for i386.
@@ -296,13 +296,13 @@ On both openSUSE Leap and openSUSE Tumbleweed rofi can be installed using:
```bash
sudo zypper install rofi
-````
+```
### FreeBSD
```bash
sudo pkg install rofi
-````
+```
### macOS