From 1f740c5d51a4c9009409fc26f5f161dbbf0d2393 Mon Sep 17 00:00:00 2001 From: lwthiker Date: Wed, 23 Feb 2022 23:00:21 +0200 Subject: [PATCH] Add link to AUR packages in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index feff654..9ebc9ba 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ If you use it outside this container: * Install dependencies: `sudo apt install libbrotli1` * Install libnss3: `sudo apt install libnss3`. Even though nss is statically compiled into `curl-impersonate`, it is still necessary to install libnss3 because curl dynamically loads `libnssckbi.so`, a file containing Mozilla's list of trusted root certificates. Alternatively, use `curl -k` to disable certificate verification. +### Distro packages + +AUR packages are available to Arch users: [curl-impersonate-chrome](https://aur.archlinux.org/packages/curl-impersonate-chrome), [curl-impersonate-firefox](https://aur.archlinux.org/packages/curl-impersonate-firefox). + ## Usage It is recommended to use the wrapper scripts `curl_chrome98` or `curl_ff91esr`, as they add all the correct headers and flags. For example: ```