From 8658888b27604becd60cd4ab8a7d1b6fa789c019 Mon Sep 17 00:00:00 2001 From: Erik Dao Date: Wed, 21 Nov 2018 15:49:02 +0800 Subject: [PATCH] Update .gitignore to include distributions while dev --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4e63338..617d2ec 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ share/python-wheels/ *.egg-info/ .installed.cfg *.egg +*.zip MANIFEST /zipdist diff --git a/README.md b/README.md index 913be7b..2614a5b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Download the [lastest release](https://github.com/erik0704/POEStashAccountant/re Currently the program can only analyse one stash tab at a time. The stash tab should have a unique name among all your other tabs in that league. -1. Open terminal (Command Prompt or Powershell for Windows or Linux terminal) +1. Open terminal (Command Prompt or Powershell for Windows or Linux terminal). Double click the executable will __not__ work. 2. Run `.\POEStashAccountant.exe` (Powershell) or `POEStashAccountant.exe` (Command Prompt) or `#POEStashAccountant.exe` (Linux) ## Acknowledgement