mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:07:07 +02:00
change some sentence structure in README
This commit is contained in:
parent
242d6898ba
commit
b9ca7c2134
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ CMake
|
||||||
|
|
||||||
This project uses CMake to generate build files and project files for your platform.
|
This project uses CMake to generate build files and project files for your platform.
|
||||||
|
|
||||||
Create a build directory in the root of your checkout and then run the CMake build from there. This will keep the rest of the directory clean, and makes the gitignore a little easier to handle, since we can just ignore build.
|
Create a build directory in the root of your checkout and then run the CMake build from there. This will keep the rest of the directory clean, and makes the gitignore a little easier to handle (since we can just ignore build).
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Reference in a new issue