From e2eac0bd960ff323a193812d691f492ce5080176 Mon Sep 17 00:00:00 2001 From: Kolloom Date: Tue, 11 Jun 2019 00:59:36 -0500 Subject: [PATCH] Minor edit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ceca5593..d4534113 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ docker-compose run manim example_scenes.py SquareToCircle -l ``` The command needs to be run as root if your username is not in the docker group. +example_scenes.py or your own project should point to the file on the host machine. + After running the output will say files ready at `tmp/output/`, which is inside the container. Your OUTPUT_DIR is bind mounted to this `/tmp/output` so any changes made by the container to `/tmp/output` will be mirrored on your OUTPUT_DIR. `/media/` will be created in `OUTPUT_DIR`. `-p` won't work as manim would look for video player in the container system, which it does not have.