From 78ee2bce1a7c62ea8699d9aa7db5d3b632667f8b Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 3 Sep 2012 19:54:22 +0200 Subject: [PATCH] Improved download readme. --- doc/README-Download.md.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/README-Download.md.tmpl b/doc/README-Download.md.tmpl index 52b88d19..ab73556f 100644 --- a/doc/README-Download.md.tmpl +++ b/doc/README-Download.md.tmpl @@ -14,13 +14,13 @@ downloaded with `gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E`. Files ------ -* {APPNAME}-{VERSION}.exe +* `{APPNAME}-{VERSION}.exe` - The Windows installer. If you run Windows, use this. The installer is signed with a local certificate signature. -* {APPNAME}-{VERSION}-portable.zip +* `{APPNAME}-{VERSION}-portable.zip` - The portable Windows installer. Use this, if you want to run {APPNAME} from a USB stick or external hard drive. -* {APPNAME}-{VERSION}.tar.xz +* `{APPNAME}-{VERSION}.tar.xz` - The source code. See `doc/install.txt` for compilation and installation instructions.