From 03e832af45e16bd0f6d7d8d45739384c22044f3f Mon Sep 17 00:00:00 2001 From: Devin Neal Date: Mon, 4 Mar 2019 21:48:02 -0800 Subject: [PATCH] Use upstream repo in docker instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69300a70..8b871418 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The image does not contain a copy of the repo. This is intentional, as it allows * Build it: `docker build -t manim .` 3. Start the image * Bind mount a local repo (recommended): `docker run -itv /absolute/path/to/your/local/manim/repo:/root/manim eulertour/manim` or - * Clone a remote repo: `docker run -it eulertour/manim`, then `git clone https://github.com/eulertour/manim.git` + * Clone a remote repo: `docker run -it eulertour/manim`, then `git clone https://github.com/3b1b/manim.git` 4. Render an animation ```sh cd manim