Update quickstart.rst
diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst
index b09559a..c81fd60 100644
--- a/docs/source/quickstart.rst
+++ b/docs/source/quickstart.rst
@@ -35,7 +35,7 @@
Starting your project
---------------------
-#. The current working directory should be ``caravel_tutorial``, now you need to create a new repository based on the `caravel_user_project <https://github.com/efabless/caravel_user_project/>`_ template and make sure your repo is public and includes a README.
+#. To start the project you first need to create a new repository based on the `caravel_user_project <https://github.com/efabless/caravel_user_project/>`_ template and make sure your repo is public and includes a README.
* Follow https://github.com/efabless/caravel_user_project/generate to create a new repository.
* Create a directory and clone the reposity inside using the following command:
@@ -44,7 +44,7 @@
git clone <your github repo URL>
-#. Now that your git environment is setup, it's time to setup your local environment by running.
+#. To setup your local environment run:
.. code:: bash