diff options
| author | a1xd <[email protected]> | 2020-10-05 23:14:21 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-10-07 05:31:23 -0400 |
| commit | c5987ac1e233e1093485d38154d8896e4bb6ee44 (patch) | |
| tree | eb559c944c671f6fffb6c84dc2ebca9f7e663b66 /doc | |
| parent | Fixed anisotropy not loading correctly on save (diff) | |
| download | rawaccel-c5987ac1e233e1093485d38154d8896e4bb6ee44.tar.xz rawaccel-c5987ac1e233e1093485d38154d8896e4bb6ee44.zip | |
improve installer + docs
improve exception handling
add link to vcr redist in install section of guide
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Guide.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Guide.md b/doc/Guide.md index 5f18e02..c3498ac 100644 --- a/doc/Guide.md +++ b/doc/Guide.md @@ -1,7 +1,9 @@ # Raw Accel Guide ## Installation -Run `installer.exe` in the release directory to install the Raw Accel driver. Restart your computer for the installation to take effect. + +Run `installer.exe` in the release directory to install the Raw Accel driver. Restart your computer for the installation to take effect. +* If you encounter a `VCRUNTIME` related system error, [download and install the latest version from Microsoft.](https://aka.ms/vs/16/release/vc_redist.x64.exe) Run `uninstaller.exe` in the release directory to uninstall the driver. Restart for the uninstallation to take effect. |