From 6e19737007c7e6e80561a0d8e956beede06b3d07 Mon Sep 17 00:00:00 2001 From: Noah Theus Date: Thu, 18 Aug 2022 11:34:56 +0200 Subject: [PATCH] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1f2967 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ + +### This is a basic utility to toggle the DLSS indicator overlay as described in [this arcticle](https://www.pcgamer.com/nvidia-dlss-indicator/) + + +#### How to build: +- Embed the manifest inside your binary + + go get github.com/akavel/rsrc + rsrc -manifest DLSS_indicator_toggle.manifest -o rsrc.syso + +- Build your binary + + go build -ldflags="-H windowsgui" + + + +##### Copyright (C) 2022 [Watn3y](https://github.com/Watn3y/) +###### Thanks to Aniums + + +##### Licensed under [The Unlicense](LICENSE) +