Add Ubuntu into the Installation section

This commit is contained in:
Peltoche 2018-12-07 19:00:27 +01:00
parent 10308cd55d
commit c4c6f9fbac
No known key found for this signature in database
GPG key ID: CED68D0487156952
2 changed files with 9 additions and 2 deletions

View file

@ -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"} ]

View file

@ -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