diff --git a/README.md b/README.md index 43af18f..796626d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Two step from zero-to-hero: The following will download the Blender TearsOfSteel video: ```bash -mkdir $(pwd)media +mkdir $(pwd)/media wget -O $(pwd)/media/TearsOfSteel.mp4 \ http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/TearsOfSteel.mp4 ```