Update usage.rst

This commit is contained in:
Kais Ben Salah 2019-07-27 15:25:26 +01:00 committed by GitHub
parent 3268531bc9
commit f3d2032d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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