diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-02-28 13:23:52 -0500 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-02-28 13:23:52 -0500 |
commit | 8d0e452e26f44f05660939687d1ce797c1671f02 (patch) | |
tree | ed73413b271b29fa3747f818d0e50f8115ccd91f | |
parent | f3fef73c38d52a31ec8a99c1233a3a00a38dcbf6 (diff) |
Created AutoArt
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,19 +13,19 @@ For a faster version of AutoArt that runs on your GPU, try [AutoArtGPU](http://g **Running on Windows:** AutoImages: -An exe can be found in AutoImages/bin/Windows +An exe can be found in `AutoImages/bin/Windows` AutoVideos: -An exe can be found in AutoVideos/bin/Windows +An exe can be found in `AutoVideos/bin/Windows` **Avconv installation for Windows:** You can find avconv [here](http://builds.libav.org/windows/release-gpl/). Just extract it to a folder and add that folder to your path (Advanced system settings -> Environment variables). **Running on GNU/Linux** AutoImages: -An executable can be found in AutoImages/bin/GNULinux +An executable can be found in `AutoImages/bin/GNULinux` AutoVideos: -An executable can be found in AutoVideos/bin/GNULinux +An executable can be found in `AutoVideos/bin/GNULinux` **Avconv installation for GNU/Linux:** On Debian/Ubuntu just run the following command: ``` |