diff --git a/.github/images/appscreenshot.png b/.github/images/appscreenshot.png new file mode 100644 index 0000000..c31889f Binary files /dev/null and b/.github/images/appscreenshot.png differ diff --git a/README.md b/README.md index 7f0abaa..556d3a3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -# nvidia-driver-update-tool +# NVIDIA Driver Update Tool + Check for NVIDIA GPU driver updates. + +## Quickstart + +This is written in C# with [.NET 6.0](https://dotnet.microsoft.com/). + +Run with `dotnet run`, or download [a release](https://github.com/gmemstr/nvidia-driver-update-tool/releases). + +![App screenshot](https://github.com/gmemstr/nvidia-driver-update-tool/blob/trunk/.github/images/appscreenshot.png?raw=true) \ No newline at end of file