From ae8fb86d25e2f07497bb2baf3c611cec995b7d70 Mon Sep 17 00:00:00 2001 From: zwd1208 Date: Tue, 28 Sep 2021 18:00:13 +0800 Subject: [PATCH] [skip ci]Update building README.md (#8774) Signed-off-by: Weida Zhu --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: