Update usage.rst

This commit is contained in:
Kais Ben Salah 2019-07-27 15:25:26 +01:00 committed by Victor Zverovich
parent eac2796ce3
commit d0f2f3b816

View File

@ -25,7 +25,7 @@ workflow starts with::
mkdir build # Create a directory to hold the build output.
cd build
cmake <path/to/fmt> # Generate native build scripts.
cmake .. # Generate native build scripts.
where :file:`{<path/to/fmt>}` is a path to the ``fmt`` repository.