From 94ec03a8e5cd5200eb1a5145e4d2c6d3b2134a99 Mon Sep 17 00:00:00 2001 From: Maik Ellerbrock Date: Sun, 8 Jan 2017 23:31:55 +0100 Subject: [PATCH 1/2] 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: From ce615b5239e6855dc5fbfd3ca120049fb97ea714 Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Mon, 9 Jan 2017 09:22:33 +0100 Subject: [PATCH 2/2] Update README.md Updated some of the wording. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5958e5a0..b2ad2d88 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,14 @@ 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) +## Install using Docker -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). +You can try Bash-it in an isolated enviroment without changing any local files via a [Docker](https://www.docker.com/) Container. +(Bash Shell v4.4 with Bash-it, [bats](https://github.com/sstephenson/bats) and bash-completion based on [Alpine Linux](https://alpinelinux.org/)). `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. +Have a look at our [bash-it-docker respository](https://github.com/Bash-it/bash-it-docker) for further information. ## Update