Update README.md

needs to be sorted first before uniq, my bad
This commit is contained in:
Marten 2014-09-24 14:42:07 -04:00
parent d7ae09294a
commit e816d11c0f

View File

@ -9,6 +9,6 @@ Feel free to create PR with more or request removing of your domain (with reason
Use
`cat disposable_email_blacklist.conf your_file | uniq -i | sort -f > disposable_email_blacklist.conf`
`cat disposable_email_blacklist.conf your_file | sort -f | uniq -i > disposable_email_blacklist.conf`
to add contents of another file in the same format (domains on new line without @).