From 15b15b33734e220c9e322ed55e85cb050fa162fc Mon Sep 17 00:00:00 2001 From: Evil Squirrel <52577747+EvilSquirrelGuy@users.noreply.github.com> Date: Tue, 18 May 2021 20:34:56 +0100 Subject: [PATCH] Add instructions for Arch, grammar correction Added instructions for arch and arch-based distros, capitalised all distro names and made distributions plural for the instructions for Fedora and RedHat. --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6021aff5..1a96548b 100644 --- a/README.rst +++ b/README.rst @@ -19,10 +19,14 @@ be a package available to install the Powerline Fonts with the following command :: sudo apt-get install fonts-powerline -For fedora (tested on 28) or redhat based Linux distribution, there should also be a package available to install with the following command: +For Fedora (tested on 28) or RedHat based Linux distributions, there should also be a package available to install with the following command: :: sudo dnf install powerline-fonts +For Arch Linux and Arch-based Linux distributions, there should also be a package available to install with the following command: +:: + sudo pacman -S powerline-fonts + On other environments, you can copy and paste these commands to your terminal. Comments are fine too. :: # clone