Skip to content

Commit e1c049b

Browse files
authored
Merge pull request 3b1b#670 from 0xflotus/patch-1
fixed manim
2 parents 49582c3 + e498077 commit e1c049b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ python3 -m manim example_scenes.py SquareToCircle -pl
7474
### Using Docker
7575
Since it's a bit tricky to get all the dependencies set up just right, there is a Dockerfile and Compose file provided in this repo as well as [a premade image on Docker Hub](https://hub.docker.com/r/eulertour/manim/tags/). The Dockerfile contains instructions on how to build a manim image, while the Compose file contains instructions on how to run the image.
7676
77-
The prebuilt container image has manin repository included.
77+
The prebuilt container image has manim repository included.
7878
`INPUT_PATH` is where the container looks for scene files. You must set the `INPUT_PATH`
7979
environment variable to the absolute path containing your scene file and the
8080
`OUTPUT_PATH` environment variable to the directory where you want media to be written.

0 commit comments

Comments
 (0)