mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Modified README.md to reflect current purpose of Dockerfile.
This commit is contained in:
parent
afc51c76e8
commit
28a82645ab
1 changed files with 1 additions and 1 deletions
|
@ -60,4 +60,4 @@ a Dockerfile provided.
|
|||
|
||||
1. [Install Docker](https://www.docker.com/products/overview)
|
||||
2. Build docker image. `docker build -t manim .`
|
||||
3. Run it! `docker run --rm -v "$PWD/files":/app/files manim example_scenes.py WarpSquare`
|
||||
3. Run it! `docker run --rm -itv "$PWD/files":/app/files manim`
|
||||
|
|
Loading…
Add table
Reference in a new issue