From 73d9a36cf7b05082605d552e1699fca091d7ab5f Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Wed, 3 Jul 2019 19:33:54 +0200 Subject: [PATCH] README: snap installation instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 12640b42..e34a98d3 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,13 @@ brew tap jesseduffield/lazydocker brew install lazydocker ``` +### Snap + +```sh +snap install lazydocker +snap connect lazydocker:docker-support +``` + ### Binary Release (Linux/OSX) You can manually download a binary release from [the release page](https://github.com/jesseduffield/lazydocker/releases).