From 588ed19692e6dff5e5e4afe20e08359ce00bec3f Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 28 Aug 2018 21:44:07 -0700 Subject: [PATCH] Update README.md The link for AppVeyor now goes directly to the artifacts page for easier downloading. Hopefully this reduces the issues that are seen with new users. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ffa638b..04db6790 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ DiscImageCreator UI in C# -[![Build status](https://ci.appveyor.com/api/projects/status/3ldav3v0c373jeqa?svg=true)](https://ci.appveyor.com/project/mnadareski/dicui) +[![Build status](https://ci.appveyor.com/api/projects/status/3ldav3v0c373jeqa?svg=true)](https://ci.appveyor.com/project/mnadareski/dicui/build/artifacts) This is a community project, so if you have some time and knowledge to give, we'll be glad to add you to the contributor of this project :) @@ -12,7 +12,7 @@ This project relies on two open-source code ports to help perform copy protectio ## System Requirements -Even though this is written in C#, this program can only be used on Windows systems due to the base program, DiscImageCreator, being Windows-only. +Even though this is written in C#, this program can only be used on Windows systems due to the base program, DiscImageCreator, being Windows-only. There is some preliminary support for Linux underway, and we will try to integrate with that when the time comes. - Windows 7 (newest version of Windows recommended) - .NET Framework 4.6.1 Runtimes