From f8cf084a98179d1cfe81dee5be6da30f6a09efe6 Mon Sep 17 00:00:00 2001 From: Peltoche Date: Sun, 16 Dec 2018 11:18:22 +0100 Subject: [PATCH] Fix the snap installation instruction into the README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cb169b..b06324b 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ sudo dpkg -i lsd_7.2.0_amd64.deb # adapt version number and architecture ### From Snap ```sh -sudo snap install lsd - +sudo snap install lsd --classic ``` ### From Sources