diff --git a/build/README.md b/build/README.md index d4b6c9d288..585d7c8352 100644 --- a/build/README.md +++ b/build/README.md @@ -64,7 +64,7 @@ The following scripts are found in the [`build/`](.) directory. Note that all sc * `build/builder.sh make unittest`: Run all unit tests * `build/builder.sh make clean`: Clean up all the generated files -You can specify a different OS for builder by setting `OS_NAME` which defaults to `ubuntu18.04`. Valid OS name are `ubuntu18.04`, `centos7`. +You can specify different OS for builder by setting `OS_NAME` which defaults to `ubuntu18.04`. Valid OS are `ubuntu18.04`, `centos7`. To specify `centos7` builder, use these command: