Website-Finder/C#/README.md
2022-12-15 01:04:24 +01:00

20 lines
456 B
Markdown

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