From 36a98e683273ded58b458a8a8039bccb34d80aee Mon Sep 17 00:00:00 2001 From: Samuele Date: Thu, 6 Sep 2018 16:23:45 +0200 Subject: [PATCH] Added Docker images section (#2300) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42a201770b..330f27df1e 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ You can access these pages on your computer using one of the following clients: `pub global activate tldr` - [Dash docset](https://github.com/Moddus/tldr-python-dash-docset): Open `Preferences > Downloads > User Contributed` and find `tldr pages` in the list +- Docker images: + - [tldr-docker](https://github.com/nutellinoit/tldr-docker)- Run the `tldr` command via a docker container: `alias tldr='docker run --rm -it -v ~/.tldr/:/root/.tldr/ nutellinoit/tldr'` - [Elixir client](https://github.com/edgurgel/tldr_elixir_client) (binaries not yet available) - [Emacs client](https://github.com/kuanyui/tldr.el), available on