mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 13:01:00 +00:00
Use upstream repo in docker instructions
This commit is contained in:
parent
f323a2822c
commit
03e832af45
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue