From 45d5d6da1bc126a6fb5995545a4ae78d018bf753 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 29 Mar 2020 13:11:56 +0000 Subject: fix READMEs, code style, etc. --- project/cmake/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'project/cmake/README.md') diff --git a/project/cmake/README.md b/project/cmake/README.md index b63564d..7a488d9 100644 --- a/project/cmake/README.md +++ b/project/cmake/README.md @@ -2,12 +2,11 @@ CMake ===== Build a CMake project. -Consult the output of `build.py --help` for details. A simple usage example: - > python3 build.py --configuration Release --install path/to/somewhere -- ../examples/simple + $ python3 -m project.cmake.build --configuration Release --install path/to/somewhere -- examples/simple ... - > ./path/to/somewhere/bin/foo + $ ./path/to/somewhere/bin/foo foo -- cgit v1.2.3