From 87d1520763a54b674db5d408a01c5cf43a5ba4d5 Mon Sep 17 00:00:00 2001 From: zwPapEr Date: Sun, 16 Aug 2020 00:49:40 +0800 Subject: [PATCH] :art: delete install via snap, add badges snap is not more maintained: https://github.com/Peltoche/lsd/issues/79 https://github.com/Peltoche/lsd/issues/392 --- .snapcraft.yaml | 21 --------------------- README.md | 15 +++++++-------- 2 files changed, 7 insertions(+), 29 deletions(-) delete mode 100644 .snapcraft.yaml diff --git a/.snapcraft.yaml b/.snapcraft.yaml deleted file mode 100644 index e915a0e..0000000 --- a/.snapcraft.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: lsd -version: git -summary: A ls command with a lot of pretty colors. -description: lsd is a ls command including pretty icons based on nerd-font. - -architectures: - - amd64 -grade: stable -confinement: strict - -parts: - lsd: - plugin: rust - source: ./ - -apps: - lsd: - command: bin/lsd - plugs: - - home - - removable-media diff --git a/README.md b/README.md index cdcbcda..8d75c0c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # LSD (LSDeluxe) -[![license](http://img.shields.io/badge/license-Apache%20v2-orange.svg)](https://raw.githubusercontent.com/Peltoche/ical-rs/master/LICENSE) +[![license](http://img.shields.io/badge/license-Apache%20v2-blue.svg)](https://raw.githubusercontent.com/Peltoche/lsd/master/LICENSE) [![Latest version](https://img.shields.io/crates/v/lsd.svg)](https://crates.io/crates/lsd) +[![build](https://github.com/Peltoche/lsd/workflows/CICD/badge.svg)](https://github.com/Peltoche/lsd/actions) +[![codecov](https://codecov.io/gh/Peltoche/lsd/branch/master/graph/badge.svg)](https://codecov.io/gh/Peltoche/lsd) +[![versions](https://img.shields.io/repology/repositories/lsd)](https://repology.org/project/lsd/versions) # Table of Contents @@ -51,20 +54,16 @@ _... 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 +sudo dpkg -i lsd_0.17.0_amd64.deb # adapt version number and architecture ``` ### On Gentoo + ```sh sudo emerge sys-apps/lsd ``` (Ebuild maintained by Georgy Yakovlev) -### From Snap - -```sh -sudo snap install lsd -``` ### On macOS @@ -98,6 +97,7 @@ pkg install lsd ``` ### On Windows + Install with [Scoop](https://scoop.sh): ```powershell scoop install lsd @@ -120,7 +120,6 @@ cargo install --git https://github.com/Peltoche/lsd.git --branch master The [release page](https://github.com/Peltoche/lsd/releases) includes precompiled binaries for Linux and macOS. - ## Configurations ### Required