diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index 304864b1daf9..fa9466b6d1aa 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 . ```