diff options
| author | a1xd <[email protected]> | 2021-01-03 13:13:59 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-03 13:13:59 -0500 |
| commit | 49f1e08f9723c7af5e82536b99d598069ffe14cf (patch) | |
| tree | 5df8bff988bc980fc215a7ac7335fc3f81e32480 | |
| parent | Merge pull request #51 from a1xd/fp-parse (diff) | |
| parent | Update doc/Guide.md (diff) | |
| download | rawaccel-49f1e08f9723c7af5e82536b99d598069ffe14cf.tar.xz rawaccel-49f1e08f9723c7af5e82536b99d598069ffe14cf.zip | |
Merge pull request #53 from termhn/patch-1
Make note about download location in the guide
| -rw-r--r-- | doc/Guide.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Guide.md b/doc/Guide.md index 1c4aee5..4ac296d 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 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** * 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  ## 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. |