diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx
index e2f160ccef13f1d806d77fc5d355ddeab866056e..afe9ce8feb0499e04a16ff3b43d83b4cbc066635 100644
--- a/src/docs/getting-started/quickstart.mdx
+++ b/src/docs/getting-started/quickstart.mdx
@@ -86,7 +86,7 @@ print_materials gem_tracker_disc.xml 0 0 0 100 0 100
 The last line dumps the materials encounter along a line defined by two points.
 
 ```bash
-cd ..
+cd ../..
 mkdir NPDet/build && cd NPDet/build
 cmake ../. -DCMAKE_INSTALL_PREFIX=$HOME/stow/development 
 make -j4 install