Update output file in build script

pull/120/head
tycrek 4 years ago
parent 7e5785d12d
commit 8b8ec0e89b

@ -0,0 +1,5 @@
| Name | Eyes | Description |
| ---- | ---- | ----------- |
| [DuckDuckGo](https://duckduckgo.com/) | **5-eyes** | One of the best privacy-focused search engines. Domain is hosted in USA which could potentially be problematic for some. |
| [Startpage](https://www.startpage.com/) | **9-eyes** | Another privacy search engine that claims to not track any of your data. They operate servers in both USA and Europe. Note: Startpage was recently acquired. See [Issue #12](https://github.com/tycrek/degoogle/issues/12). Thanks @pydo, @ThijsRay, and @DatAres37. Also see [this comment in Issue #99](https://github.com/tycrek/degoogle/issues/99#issuecomment-616224650) from @danarel on Startpage. |
| [searx.me](https://searx.me/) | | [Open-source](https://github.com/asciimoo/searx) (thanks for clarification u/Sheezdudeln) privacy search engine. Domain hosted in Germany. |

@ -20,7 +20,7 @@ function __main__() {
lines = lines.concat(entry + os.EOL)
});
fs.writeFileSync('foobar.md', lines);
fs.writeFileSync('README-test.md', lines);
}
__main__();
Loading…
Cancel
Save