Skip to content

Commit

Permalink
[Doc] Fix broken ``` guards.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Feb 10, 2024
1 parent dc43ee7 commit 3dc3e2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit 3dc3e2d

Please sign in to comment.