From 62d8bb440e8b34e1fc4b9afb9865d76e50e8cf89 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 16 Jun 2019 13:03:37 -0400 Subject: Made ffmpeg requirement a bit clearer --- README.md | 4 ++-- 1 file 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 ``` -- cgit v1.2.3