Skip to content

Commit

Permalink
Update .gitignore to include distributions while dev
Browse files Browse the repository at this point in the history
  • Loading branch information
erik0704 committed Nov 21, 2018
1 parent bfee89f commit 8658888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
*.zip
MANIFEST
/zipdist

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8658888

Please sign in to comment.