mirror of
https://github.com/lbonn/rofi
synced 2024-11-26 22:00:20 +00:00
[Doc] Fix broken ``` guards.
This commit is contained in:
parent
dc43ee7d5b
commit
3dc3e2d616
1 changed files with 7 additions and 7 deletions
14
INSTALL.md
14
INSTALL.md
|
@ -257,19 +257,19 @@ For more information see the rofi-debugging(5) manpage.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt install rofi
|
apt install rofi
|
||||||
````
|
```
|
||||||
|
|
||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dnf install rofi
|
dnf install rofi
|
||||||
````
|
```
|
||||||
|
|
||||||
### ArchLinux
|
### ArchLinux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pacman -S rofi
|
pacman -S rofi
|
||||||
````
|
```
|
||||||
|
|
||||||
### Gentoo
|
### Gentoo
|
||||||
|
|
||||||
|
@ -278,13 +278,13 @@ enable ~arch to get the latest release:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo 'x11-misc/rofi ~amd64' >> /etc/portage/package.accept_keywords
|
echo 'x11-misc/rofi ~amd64' >> /etc/portage/package.accept_keywords
|
||||||
````
|
```
|
||||||
|
|
||||||
for amd64 or:
|
for amd64 or:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo 'x11-misc/rofi ~x86' >> /etc/portage/package.accept_keywords
|
echo 'x11-misc/rofi ~x86' >> /etc/portage/package.accept_keywords
|
||||||
````
|
```
|
||||||
|
|
||||||
for i386.
|
for i386.
|
||||||
|
|
||||||
|
@ -296,13 +296,13 @@ On both openSUSE Leap and openSUSE Tumbleweed rofi can be installed using:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo zypper install rofi
|
sudo zypper install rofi
|
||||||
````
|
```
|
||||||
|
|
||||||
### FreeBSD
|
### FreeBSD
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pkg install rofi
|
sudo pkg install rofi
|
||||||
````
|
```
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue