1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 12:23:46 +03:00

tweak Fedora install instructions

This commit is contained in:
Wez Furlong 2020-01-07 22:28:43 -08:00
parent 199e873e54
commit 742689ed42

View File

@ -39,7 +39,7 @@ sudo apt install -y ./{{ ubuntu_stable_asset }}
* The package installs `/usr/bin/wezterm` and `/usr/share/applications/wezterm.desktop`
* Configuration instructions can be [found here](configuration.html)
## Installing Fedora
## Installing on Fedora
The CI system builds an `.rpm` file on Fedora 31.
@ -47,8 +47,7 @@ The CI system builds an `.rpm` file on Fedora 31.
<a href="{{ fedora_pre }}" class="btn">Nightly for Fedora</a>
```bash
curl -LO {{ fedora_stable }}
sudo dnf install -y ./{{ fedora_stable_asset }}
sudo dnf install -y {{ fedora_stable }}
```
* The package installs `/usr/bin/wezterm` and `/usr/share/applications/wezterm.desktop`