diff --git a/docs/guides/install-qiskit-source.mdx b/docs/guides/install-qiskit-source.mdx index 5e0abab485..ff5bf4ac9c 100644 --- a/docs/guides/install-qiskit-source.mdx +++ b/docs/guides/install-qiskit-source.mdx @@ -113,10 +113,10 @@ Follow these steps if you want to install Qiskit Runtime: git clone https://github.com/Qiskit/qiskit-ibm-runtime.git ``` -2. Change to the `qiskit_ibm_runtime` directory. +2. Change to the `qiskit-ibm-runtime` directory. ```bash -cd qiskit_ibm_runtime +cd qiskit-ibm-runtime ``` 3. (Optional) If you want to run tests or linting checks, install the developer requirements. We recommend using a [virtual environment](https://docs.python.org/3/library/venv.html) to avoid polluting your global Python installation. @@ -149,4 +149,4 @@ pip install -r requirements-dev.txt - Learn how to [build circuits](./map-problem-to-circuits). - [Run the Hello world program](hello-world). - Try a tutorial, such as [Grover's algorithm](https://learning.quantum.ibm.com/tutorial/grovers-algorithm). - \ No newline at end of file +