From a1d8c4d6a50e0791fa4e6a1342328f22a37368e2 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 17 Nov 2024 16:12:44 +0100 Subject: [PATCH] docs: directory name updated in the contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d3d5d960..63834f02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -130,7 +130,7 @@ To build all the **mp-units** source code (with unit tests and examples), you sh 2. Run Conan with [`user.mp-units.build:all`](#user.mp-units.build-all) = `True`. ```shell -git clone https://github.com/mpusz/mp-units.git && cd units +git clone https://github.com/mpusz/mp-units.git && cd mp-units conan build . -pr -s compiler.cppstd=23 -c user.mp-units.build:all=True -b missing ```