Update README.md

This commit is contained in:
fyr77 2020-08-14 10:05:38 +02:00
parent 7ea4d65def
commit 386fabcbbb

View file

@ -7,10 +7,6 @@
![Issues](https://img.shields.io/github/issues/fyr77/envyupdate?style=for-the-badge) ![Issues](https://img.shields.io/github/issues/fyr77/envyupdate?style=for-the-badge)
![Version](https://img.shields.io/github/v/release/fyr77/envyupdate?style=for-the-badge) ![Version](https://img.shields.io/github/v/release/fyr77/envyupdate?style=for-the-badge)
Be sure to also check [ElPumpo's TinyNvidiaUpdateChecker](https://github.com/ElPumpo/TinyNvidiaUpdateChecker). It's the project that inspired EnvyUpdate in the first place.
There's also [Disable-Nvidia-Telemtry](https://github.com/NateShoffner/Disable-Nvidia-Telemetry), which does some really cool things I have not (yet) implemented.
## How to use ## How to use
### 2.0 and later ### 2.0 and later
@ -43,6 +39,14 @@ Simply download the latest release from the [releases page](https://github.com/f
The application is compatible with all Nvidia GPUs that have their drivers available on the nvidia.com download page and runs on Windows 7 and up. The application is compatible with all Nvidia GPUs that have their drivers available on the nvidia.com download page and runs on Windows 7 and up.
## Other interesting tools
* [TinyNvidiaUpdateChecker](https://github.com/ElPumpo/TinyNvidiaUpdateChecker) - a command line update checker and installer. Inspired EnvyUpdate to begin with.
* [Disable-Nvidia-Telemtry](https://github.com/NateShoffner/Disable-Nvidia-Telemetry) - does pretty much what the name says. It disables Nvidia Telemetry.
* [NVCleanInstall](https://www.techpowerup.com/nvcleanstall/) - a closed-source application by TechPowerUp which does quite a lot of cool things.
EnvyUpdate is not a replacement for any of these tools. I will still try to implement as many features in EnvyUpdate as possible while keeping the simple interface and as little settings as possible.
## Licenses ## Licenses
* This project: [MIT](https://github.com/fyr77/EnvyUpdate/blob/master/LICENSE) * This project: [MIT](https://github.com/fyr77/EnvyUpdate/blob/master/LICENSE)