Create docs/ folder with initial content

Add more documentation on the following topics:
* Running `curl-impersonate` from the command line, including changing
the HTTP headers when needed.
* Using `libcurl-impersonate` in JS and PHP scripts.
This commit is contained in:
lwthiker
2022-09-10 19:05:10 +03:00
parent fa8bdcd4db
commit 27efac6b95
7 changed files with 140 additions and 0 deletions

View File

@@ -61,6 +61,10 @@ Please note that the wrapper scripts use a default set of HTTP headers. If you w
See [Advanced usage](#Advanced-usage) for more options, including using `libcurl-impersonate` as a library.
## Documentation
More documentation is available in the [docs/](docs/README.md) directory.
## Installation
There are two versions of `curl-impersonate` for technical reasons. The **chrome** version is used to impersonate Chrome, Edge and Safari. The **firefox** version is used to impersonate Firefox.