diff options
author | NateN1222 <nathannichols454@gmail.com> | 2018-03-17 10:16:44 -0500 |
---|---|---|
committer | NateN1222 <nathannichols454@gmail.com> | 2018-03-17 10:16:44 -0500 |
commit | 5c3315ceb455119ecf708ec46815e4c08af7ba23 (patch) | |
tree | 3b3b36ba0dd3e9bf6574550acdce191e7b932649 /hash_script/README | |
parent | 6816edd1aab136a3bc806489ab7ed317f38be552 (diff) |
Improved automatic whitelist system with a new script to handle generating/including the whitelist in the main script.
Diffstat (limited to 'hash_script/README')
-rw-r--r-- | hash_script/README | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/hash_script/README b/hash_script/README index ae97781..e80cc10 100644 --- a/hash_script/README +++ b/hash_script/README @@ -1,7 +1,3 @@ -Script by Ethan Dorta +To generate the default whitelist, run generate.sh. -Generates the default whitelist. To run: - -$ node index.js > output - -Then, just copy the contents of the file "output" to the appropriate place in main_background.js. +This is not done automatically by build.sh. |