summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-02-28 13:23:52 -0500
committerpommicket <leonardomtenenbaum@gmail.com>2016-02-28 13:23:52 -0500
commit8d0e452e26f44f05660939687d1ce797c1671f02 (patch)
treeed73413b271b29fa3747f818d0e50f8115ccd91f
parentf3fef73c38d52a31ec8a99c1233a3a00a38dcbf6 (diff)
Created AutoArt
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index abbe1ea..21d35a6 100644
--- a/README.md
+++ b/README.md
@@ -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:
```