diff options
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -86,10 +86,11 @@ see the affect of those changes from within the running docker container. Debian packages for each tool is built using [omnibus](https://github.com/chef/omnibus). Read the [documentation](https://github.com/chef/omnibus#-omnibus) for more information. +The list of projects that can be built can be found in `config/projects/`. -The list of projects that can be build can be found in `config/projects/`. +E.g. -To build the `golang` package follow these steps. +To build the `golang` package follow these steps: ```sh $ ./bin/docker-omnibus |
