mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
Add Ubuntu into the Installation section
This commit is contained in:
parent
10308cd55d
commit
c4c6f9fbac
2 changed files with 9 additions and 2 deletions
|
@ -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"} ]
|
||||
|
|
10
README.md
10
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue