mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-09 05:09:36 +00:00
Fix typo and link in README.md
This commit is contained in:
@@ -45,10 +45,10 @@ You can add command line flags and they will be passed on to curl. However, some
|
|||||||
See [Advanced usage](#Advanced-usage) for more options.
|
See [Advanced usage](#Advanced-usage) for more options.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
There are two version 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.
|
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.
|
||||||
|
|
||||||
### Docker images
|
### Docker images
|
||||||
Docker images based on Alpine Linux with `curl-impersonate` compiled and ready to use are available on [Docker Hub](https://hub.docker.com/repository/docker/lwthiker/curl-impersonate). The images contain the binary and all the wrapper scripts. Use like the following:
|
Docker images based on Alpine Linux with `curl-impersonate` compiled and ready to use are available on [Docker Hub](https://hub.docker.com/r/lwthiker/curl-impersonate). The images contain the binary and all the wrapper scripts. Use like the following:
|
||||||
```bash
|
```bash
|
||||||
# Firefox version
|
# Firefox version
|
||||||
docker pull lwthiker/curl-impersonate:0.3-ff
|
docker pull lwthiker/curl-impersonate:0.3-ff
|
||||||
|
Reference in New Issue
Block a user