From 33064d585191afa79d0ad26c9fe0949c5ea37542 Mon Sep 17 00:00:00 2001 From: Jason Theiler Date: Mon, 9 Nov 2020 00:17:53 +0100 Subject: [PATCH] Update README.md Add ZIP files to .gitignore --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b883f1f..ec94583 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.exe +*.zip diff --git a/README.md b/README.md index 74933c8..9f8b9af 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Installation -Go to [releases](https://github.com/jasontheiler/german-umlauts-and-symbols/releases), download the latest executable and run it. +Go to [releases](https://github.com/jasontheiler/german-umlauts-and-symbols/releases), download the latest ZIP file, unzip it and run the executable. Alternatively, if you have AutoHotkey installed locally, you can `clone` the repository and run the script or compile the executable yourself.