Update README.md

Updated some of the wording.
pull/880/head
Nils Winkler 2017-01-09 09:22:33 +01:00 committed by GitHub
parent 94ec03a8e5
commit ce615b5239
1 changed files with 4 additions and 4 deletions

View File

@ -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