From 8eaaa546d89f836b716e92348786d878f883ee86 Mon Sep 17 00:00:00 2001 From: Partho Date: Sat, 10 Sep 2022 02:47:17 +0530 Subject: [PATCH] Docs: fix installation typo (#453) installation doc typo fix --- docs/source/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . ```