Unverified Commit 8eaaa546 authored by Partho's avatar Partho Committed by GitHub
Browse files

Docs: fix installation typo (#453)

installation doc typo fix
parent 58434879
...@@ -66,7 +66,7 @@ Clone the repository and install 🤗 Diffusers with the following commands: ...@@ -66,7 +66,7 @@ Clone the repository and install 🤗 Diffusers with the following commands:
```bash ```bash
git clone https://github.com/huggingface/diffusers.git git clone https://github.com/huggingface/diffusers.git
cd transformers cd diffusers
pip install -e . pip install -e .
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment