Reference BASH not ASH

This commit is contained in:
BJ Dierkes 2021-09-29 17:59:06 -05:00
parent ec3f79bc65
commit a01ec98ea5

View File

@ -52,7 +52,7 @@ The Cement CLI Application Framework is Open Source and is distributed under the
This project includes a `docker-compose` configuration that sets up all required services, and dependencies for development and testing. This is the recommended path for local development, and is the only fully supported option.
The following creates all required docker containers, and launches an ASH shell within the `cement` dev container for development.
The following creates all required docker containers, and launches an BASH shell within the `cement` dev container for development.
```
$ make dev