From 3f976c2ad9856649832a4b3fa5262a53466f30d7 Mon Sep 17 00:00:00 2001 From: Paul Reichelt Date: Mon, 11 Nov 2019 13:01:00 +0100 Subject: [PATCH] Add windows release to README --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee15771a..dcd6379f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,15 @@ brew install jesseduffield/lazydocker/lazydocker brew install lazydocker ``` -### Binary Release (Linux/OSX) +### Scoop (Windows) + +You can install `lazydocker` using [scoop](https://scoop.sh/) from `extras` bucket. + +```sh +scoop install lazydocker +``` + +### Binary Release (Linux/OSX/Windows) You can manually download a binary release from [the release page](https://github.com/jesseduffield/lazydocker/releases). @@ -220,10 +228,6 @@ In the future I want to make this the default, but for now there are some CPU is Because we support mouse events, you will need to hold option while dragging the mouse to indicate you're trying to select text rather than click on something. Alternatively you can disable mouse events via the `gui.ignoreMouseEvents` config value -### Does this work with Windows? - -Currently not unless you use WSL. Instructions for setting up docker for WSL can be found here [here](https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly) - ### Why can't I see my container's logs? By default we only show logs from the last hour, so that we're not putting too much strain on the machine. This may be why you can't see logs when you first start lazydocker. This can be overwritten in the config's `commandTemplates`