From c4c6f9fbac851c00415a56704fcc64affe589bf5 Mon Sep 17 00:00:00 2001 From: Peltoche Date: Fri, 7 Dec 2018 19:00:27 +0100 Subject: [PATCH] Add Ubuntu into the Installation section --- Cargo.toml | 1 + README.md | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9bcd3a..fdd273e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,3 +35,4 @@ features = ["suggestions", "color", "wrap_help"] [package.metadata.release] sign-commit = true no-dev-version = true +pre-release-replacements = [ {file="README.md", search="lsd_[a-z0-9\\.-]+_amd64.deb", replace="lsd_ {{version}}_amd64.deb"} ] diff --git a/README.md b/README.md index 92b698e..4bc318b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - [Screenshot](#screenshot) - [Installation](#installation) * [Prerequisites](#prerequisites) + * [On Ubuntu](#on-ubuntu) * [From Sources](#from-sources) * [From Binaries](#from-binaries) - [Configurations](#configurations) @@ -34,10 +35,15 @@ 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 +### On Ubuntu -(coming soon) +***... and other Debian-based Linux distributions*** +Download the latest .deb package from the [release page](https://github.com/Peltoche/lsd/releases) and install it via: + +```sh +sudo dpkg -i lsd_7.2.0_amd64.deb # adapt version number and architecture +``` ### From Sources