From b51d1bf6b12c936853629908be9d9d197356aa5e Mon Sep 17 00:00:00 2001 From: Devin Neal Date: Tue, 2 Apr 2019 00:58:57 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a90d88c..51f639a0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The image does not contain a copy of the repo. This is intentional, as it allows 2. [Install Docker Compose](https://docs.docker.com/compose/install/) 3. Render an animation ```sh -MANIM_PATH=/absolute/path/to/manim/repo docker-compose run python -m manim example_scenes.py SquareToCircle -l +MANIM_PATH=/absolute/path/to/manim/repo docker-compose run manim example_scenes.py SquareToCircle -l ``` The first time you execute the above command, Docker will pull the image from Docker Hub and cache it. Any subsequent runs until the image is evicted will use the cached image. Note that the image doesn't have any development tools installed and can't preview animations. Its purpose is building and testing only.