From 742689ed424dad32a64363282fa8af5f3d8eed3a Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 7 Jan 2020 22:28:43 -0800 Subject: [PATCH] tweak Fedora install instructions --- docs/installation.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/installation.markdown b/docs/installation.markdown index 17d9d0c14..42d337d29 100644 --- a/docs/installation.markdown +++ b/docs/installation.markdown @@ -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. Nightly for Fedora ```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`