From 16c373aa5e6a2ad1298ee0798e4c75d3da63625e Mon Sep 17 00:00:00 2001 From: Gray Olson Date: Sat, 2 Jan 2021 06:04:40 -0700 Subject: make note about download link in the guide --- doc/Guide.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/Guide.md') diff --git a/doc/Guide.md b/doc/Guide.md index 1c4aee5..485da3e 100644 --- a/doc/Guide.md +++ b/doc/Guide.md @@ -1,10 +1,13 @@ # Raw Accel Guide +## Download + +Visit the [Releases page](https://github.com/a1xd/rawaccel/releases) and navigate to the "Assets" dropdown under the latest releast, then download the zip file titled `RawAccel_X.X.X.zip` where X are the latest version numbers. **DO NOT** download by clicking the green "Code"/"Download" file on the home page of this repository as that will only download the source code, which isn't what you want. ## Installation - **Prerequisites** * Visual C++ 2019 runtime, [download here](https://aka.ms/vs/16/release/vc_redist.x64.exe) * .NET Framework 4.7.2+ runtime, [download here](https://dotnet.microsoft.com/download/dotnet-framework/net48) - * **Windows 7** — SHA-2 code signing support (download through Windows Update) + * **For Windows 7 users only** — SHA-2 code signing support (download through Windows Update) - Run `installer.exe` in the release directory to install the Raw Accel driver. Restart your computer for the installation to take effect. @@ -97,4 +100,4 @@ This curve looks like an "S" with the top half bigger than the bottom. Mathemati ![MotivityExample](images/motivity_example.png) ## Further Help -Further help and frequently asked questions can be found in the FAQ. \ No newline at end of file +Further help and frequently asked questions can be found in the FAQ. -- cgit v1.2.3 From 1f1ad4aae8ab41054b632bc61c479f638951f032 Mon Sep 17 00:00:00 2001 From: Gray Olson Date: Sun, 3 Jan 2021 05:32:46 -0700 Subject: Update doc/Guide.md Co-authored-by: a1xd <68629610+a1xd@users.noreply.github.com> --- doc/Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Guide.md') diff --git a/doc/Guide.md b/doc/Guide.md index 485da3e..4ac296d 100644 --- a/doc/Guide.md +++ b/doc/Guide.md @@ -1,7 +1,7 @@ # Raw Accel Guide ## Download -Visit the [Releases page](https://github.com/a1xd/rawaccel/releases) and navigate to the "Assets" dropdown under the latest releast, then download the zip file titled `RawAccel_X.X.X.zip` where X are the latest version numbers. **DO NOT** download by clicking the green "Code"/"Download" file on the home page of this repository as that will only download the source code, which isn't what you want. +Visit the [Releases page](https://github.com/a1xd/rawaccel/releases) and navigate to the "Assets" dropdown under the latest release, then download the zip file titled `RawAccel_X.X.X.zip` where X are the latest version numbers. **DO NOT** download by clicking the green "Code"/"Download" file on the home page of this repository as that will only download the source code, which isn't what you want. ## Installation - **Prerequisites** -- cgit v1.2.3