Website-Finder/C#/README.md

21 lines
456 B
Markdown
Raw Permalink Normal View History

2022-12-14 23:18:09 +01:00
# Website-Finder: C#
## REQUIREMENT
[C#](https://dotnet.microsoft.com) (Linux users, I advice AGAINST using the Snap Store version)
## HOW TO RUN
2022-12-15 01:04:24 +01:00
To use arguments, you should add " -- " (without the ") before the first argument
2022-12-14 23:18:09 +01:00
```sh
$ dotnet run
2022-12-15 01:04:24 +01:00
# To make the script go through websites with both HTTP and HTTPS protocols
$ dotnet run -- -p http,https
2022-12-14 23:18:09 +01:00
```
## OTHER STUFF
More details are available on [the readme in the root folder](../README.md)