-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add simple readme file with installation instructions
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Neversink filter updater | ||
|
||
This is a simple tool for updating of [Neversink's loot filter](https://github.com/NeverSinkDev/NeverSink-Filter). | ||
|
||
|
||
## Installation | ||
|
||
* Download the latest version from [release section](https://github.com/ondrowan/neversink-filter-updater/releases). | ||
* In case you prefer normal style filters, just run the file. | ||
* In case you wish to use different style of filters: | ||
* Create a shortcut of exe file. | ||
* Right click it and select "Properties". | ||
* In "Shortcut" section, append desired style name behind "Target". | ||
Currently, valid choices are: `blue`, `purple`, `slick` and `streamsound`. | ||
|
||
This program was tested on 64-bit Windows 10. |