diff --git a/doc/usage.rst b/doc/usage.rst index e80e89f5..85bcb852 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -25,7 +25,7 @@ workflow starts with:: mkdir build # Create a directory to hold the build output. cd build - cmake # Generate native build scripts. + cmake .. # Generate native build scripts. where :file:`{}` is a path to the ``fmt`` repository.