From d0f2f3b816e91f37bdf1baef3669df7bd3aa6ebe Mon Sep 17 00:00:00 2001 From: Kais Ben Salah Date: Sat, 27 Jul 2019 15:25:26 +0100 Subject: [PATCH] Update usage.rst --- doc/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.