From 94ec03a8e5cd5200eb1a5145e4d2c6d3b2134a99 Mon Sep 17 00:00:00 2001 From: Maik Ellerbrock Date: Sun, 8 Jan 2017 23:31:55 +0100 Subject: [PATCH] add bash-it-docker to readme ![container](http://i.giphy.com/VNC7FTY49C0zC.gif) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1175bc30..5958e5a0 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,17 @@ fi Refer to the official [Bash documention](https://www.gnu.org/software/bash/manual/bashref.html#Bash-Startup-Files) to get more info. + +## Install Docker (NEW) + +You can try Bash-it in an isolated enviroment without changing any local files via Docker Container. +(Bash Shell v.4.4 with bash-it, bats and bash-completion based on Alpine Linux). + +`docker pull ellerbrock/bash-it` + +Have a look in our [bash-it-docker](https://github.com/Bash-it/bash-it-docker) Repository for further informations. + + ## Update To update Bash-it, simply run: