diff options
author | NateN1222 <nathannichols454@gmail.com> | 2017-10-28 10:38:20 -0500 |
---|---|---|
committer | NateN1222 <nathannichols454@gmail.com> | 2017-10-28 10:38:20 -0500 |
commit | da22a14cd285d6646db7b7d1ce1281689d01159f (patch) | |
tree | f2b14931e983086ea4546ba421e12e25650c87db /hash_script | |
parent | f9bd00d49a9de977ecbf75b5fda6d0372483b2e2 (diff) |
cleaned up source and added license info
Diffstat (limited to 'hash_script')
-rw-r--r-- | hash_script/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hash_script/README b/hash_script/README index 4417d51..ae97781 100644 --- a/hash_script/README +++ b/hash_script/README @@ -1,5 +1,7 @@ -Generates the default whitelist. +Script by Ethan Dorta -To run this: +Generates the default whitelist. To run: -$ node index.js +$ node index.js > output + +Then, just copy the contents of the file "output" to the appropriate place in main_background.js. |