diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index 304864b1da..fa9466b6d1 100644 --- a/docs/source/installation.mdx +++ b/docs/source/installation.mdx @@ -66,7 +66,7 @@ Clone the repository and install 🤗 Diffusers with the following commands: ```bash git clone https://github.com/huggingface/diffusers.git -cd transformers +cd diffusers pip install -e . ```