From 95913d65ac69cde0294ae280fa08789246a4035a Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 9 Nov 2019 19:28:10 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89c2799..c63af82 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## How to use - 1. Download the [latest release](https://github.com/fyr77/EnvyUpdate/releases/latest/download/EnvyUpdate.exe) (or as a [.zip](https://github.com/fyr77/EnvyUpdate/releases/latest/download/EnvyUpdate.zip)) and run it. Windows SmartScreen Messages can be safely ignored. They only happen because this project is not digitally signed. + 1. Download the latest release from the [releases page](https://github.com/fyr77/EnvyUpdate/releases) and run it. Windows SmartScreen Messages can be safely ignored. They only happen because this project is not digitally signed. 2. If you want to use the application without saving any settings to your drive, keep the "Portable mode" checkbox checked. Otherwise uncheck it to automatically save your configuration. 3. Install the cookie-txt addon for [Firefox](https://addons.mozilla.org/en-US/firefox/addon/cookies-txt-one-click/) or [Chrome](https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg). 4. Go to the [Nvidia driver download page](https://www.nvidia.com/Download/index.aspx), enter your graphics card model, operating system, etc. and click "Search". From 56ae58028e62f734dfb934cd6e9c7206a1f91f63 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 9 Nov 2019 19:31:49 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c63af82..f1f31fd 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,9 @@ 6. Drag this .txt file into the corresponding space inside EnvyUpdate. 7. If everything works correctly, the online driver version should be displayed in the application window. 8. When not in portable mode, you may activate Autostart. This will make the application start everytime Windows boots. This will also install the application itself in your APPDATA folder. + +## Licenses + +This project: [MIT](https://github.com/fyr77/EnvyUpdate/blob/master/LICENSE) +Fody (for embedding DLLs into the main executable): [MIT](https://github.com/Fody/Fody/blob/master/License.txt) +wpf-notifyicon (for showing an icon in the system tray): [CPOL](https://github.com/hardcodet/wpf-notifyicon/blob/master/LICENSE) From ba690ec5d9cca34f18a38457c025cc198d9f7a79 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 9 Nov 2019 19:32:02 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1f31fd..e4c3c20 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ ## Licenses -This project: [MIT](https://github.com/fyr77/EnvyUpdate/blob/master/LICENSE) -Fody (for embedding DLLs into the main executable): [MIT](https://github.com/Fody/Fody/blob/master/License.txt) -wpf-notifyicon (for showing an icon in the system tray): [CPOL](https://github.com/hardcodet/wpf-notifyicon/blob/master/LICENSE) +* This project: [MIT](https://github.com/fyr77/EnvyUpdate/blob/master/LICENSE) +* Fody (for embedding DLLs into the main executable): [MIT](https://github.com/Fody/Fody/blob/master/License.txt) +* wpf-notifyicon (for showing an icon in the system tray): [CPOL](https://github.com/hardcodet/wpf-notifyicon/blob/master/LICENSE)