summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2019-06-16 13:03:37 -0400
committerGitHub <noreply@github.com>2019-06-16 13:03:37 -0400
commit62d8bb440e8b34e1fc4b9afb9865d76e50e8cf89 (patch)
tree39c323c930c1eb5de82f280b6b067c2f0f05c6f2
parent81991560ed277a537f2411b53a0241c4e98fd4c0 (diff)
Made ffmpeg requirement a bit clearer
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 61ff153..7016507 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@ Art generated using random functions.
[A (slower) web version of AutoArt can be found here](https://pommicket.com/pommicket)
-To run AutoArt, just download one of the [releases](https://github.com/pommicket/autoart/releases). Note that on Windows, when the images/videos/audios are done generating, the command prompt window will just close. Your images/videos/audios will be in whatever directory the executable was in.
+To run AutoArt, just download one of the [releases](https://github.com/pommicket/autoart/releases). Note that on Windows, when the images/videos/audios are done generating, the command prompt window will just close. Your images/videos/audios will be in whatever directory the executable was in (unless you haven't installed ffmpeg).
-You will need [ffmpeg](http://ffmpeg.org/) for AutoVideos, but not for AutoImages/Audio (and make sure it is in your PATH). You can install it on Debian/Ubuntu with:
+**You will need [ffmpeg](http://ffmpeg.org/) for AutoVideos**, but not for AutoImages/Audio (and make sure it is in your PATH). You can install it on Debian/Ubuntu with:
```bash
sudo apt install ffmpeg
```