summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:
```