diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-11 20:17:57 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-11 20:17:57 -0700 |
| commit | 6b5fdb3f392c830f85c8b9c6e9823a7a7321c456 (patch) | |
| tree | fd9ace7b8fd2e19a96f2dfa1d5c0b0916f7d3a7b | |
| parent | 67b6e81562f1e86aac45ea55a6bec3b1bbc36bb7 (diff) | |
docs: fix typo in README
| -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 |
