Update quickstart.rst
diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst
index f7ae4a4..b09559a 100644
--- a/docs/source/quickstart.rst
+++ b/docs/source/quickstart.rst
@@ -48,6 +48,8 @@
 
     .. code:: bash
     
+    	cd <project_name> # project_name is the name of your repo
+	
     	mkdir dependencies
 	
 	export OPENLANE_ROOT=$(pwd)/dependencies/openlane_src # you need to export this whenever you start a new shell
@@ -56,8 +58,6 @@
 
 	# export the PDK variant depending on your shuttle, if you don't know leave it to the default
 	export PDK=sky130B
-	
-	cd <project_name> # project_name is the name of your repo
 
         make setup