From 3d851693779cd229bb6ae7b5ad92a711c89ba8f6 Mon Sep 17 00:00:00 2001 From: Peltoche Date: Tue, 22 Jan 2019 18:08:28 +0100 Subject: [PATCH] Add the pacman install inside the Readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cc84f73..25547dd 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ project but with some little differences. For example it is written in rust and Install the patched fonts of powerline nerd-font and/or font-awesome. Have a look at the [Nerd Font README](https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md) for more installation instructions. Don't forget to setup your terminal in order to use the correct font. +### Archlinux + +```sh +pacman -S lsd +``` + ### On Ubuntu _... and other Debian-based Linux distributions_